diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1cf414328..b9d2696e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: name: Reject absolute path deps (release gate) runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Check for absolute local path dependencies run: | ! grep -rn 'path: "/' --include=mix.exs --include=mix.lock .