Skip to content

Commit d1bfbbc

Browse files
authored
Merge pull request #1271 from elixir-lsp/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 4 to 7
2 parents bc36a12 + 8ae337a commit d1bfbbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Reject absolute path deps (release gate)
1717
runs-on: ubuntu-22.04
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v7
2020
- name: Check for absolute local path dependencies
2121
run: |
2222
! grep -rn 'path: "/' --include=mix.exs --include=mix.lock .

0 commit comments

Comments
 (0)