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