Skip to content

Commit 8c005bd

Browse files
Update actions/checkout action to v6
1 parent 1f3b4d8 commit 8c005bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
lint:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v5
8+
- uses: actions/checkout@v6
99
- uses: actions/cache@v4
1010
with:
1111
path: '**/node_modules'
@@ -33,7 +33,7 @@ jobs:
3333
- name: Ensure line endings are consistent
3434
run: git config --global core.autocrlf input
3535
- name: Check out repository
36-
uses: actions/checkout@v5
36+
uses: actions/checkout@v6
3737
- uses: actions/cache@v4
3838
with:
3939
path: '**/node_modules'

0 commit comments

Comments
 (0)