Skip to content

Commit a7437d4

Browse files
authored
Merge pull request #2 from mtkhawaja/dependabot/github_actions/actions/checkout-7
chore(deps): bump actions/checkout from 6 to 7
2 parents 7ad963f + 17c3eb3 commit a7437d4

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
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
timeout-minutes: 10
1919
steps:
20-
- uses: actions/checkout@v6
20+
- uses: actions/checkout@v7
2121
# Pin shellcheck so CI matches local; the runner pre-installs an older one
2222
# whose extra findings (e.g. SC2015) would diverge from what you see locally.
2323
- name: install pinned shellcheck

0 commit comments

Comments
 (0)