Skip to content

Commit 969b06e

Browse files
committed
Update actions/checkout to v4 in lint workflow
1 parent a9630a5 commit 969b06e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
shellcheck:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
- name: shellcheck
1111
uses: ludeeus/[email protected]
1212
env:
@@ -15,6 +15,6 @@ jobs:
1515
shfmt:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- uses: mfinelli/setup-shfmt@v3
2020
- run: shfmt -d wireguard-install.sh

0 commit comments

Comments
 (0)