Skip to content

Commit ca73ab4

Browse files
committed
Pin checkout action to v5 to drop the Node 20 deprecation
1 parent 91bf253 commit ca73ab4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/ci.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Shell scripts
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919

2020
- name: Install shellcheck
2121
run: |
@@ -59,7 +59,7 @@ jobs:
5959
name: No committed secrets
6060
runs-on: ubuntu-latest
6161
steps:
62-
- uses: actions/checkout@v4
62+
- uses: actions/checkout@v5
6363

6464
# Belt and braces alongside .gitignore. Catches a file that was force
6565
# added past the ignore rules.

0 commit comments

Comments
 (0)