Skip to content

Commit a4e7d21

Browse files
chore(deps): update actions/checkout action to v6
1 parent 8325305 commit a4e7d21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
checks:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
8+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
99
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
1010
with:
1111
node-version-file: package.json
@@ -22,7 +22,7 @@ jobs:
2222
test:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
25+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2626
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2727
with:
2828
node-version-file: package.json

0 commit comments

Comments
 (0)