Skip to content

Commit 03efd64

Browse files
Update actions/checkout action to v6 (#22)
1 parent a9161d0 commit 03efd64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
- name: Update Shellcheck
2020
run: |
2121
sudo apt install xz-utils
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Checkout code
34-
uses: actions/checkout@v5
34+
uses: actions/checkout@v6
3535

3636
- name: Install shfmt
3737
run: brew install shfmt

0 commit comments

Comments
 (0)