Skip to content

Commit 14be1c4

Browse files
chore(deps): update actions/checkout action to v6
1 parent 1b3b318 commit 14be1c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
run:
1212
working-directory: scripts
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
- uses: actions/setup-node@v5
1616
with:
1717
node-version: lts/*

.github/workflows/most-helpful-contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
run:
1313
working-directory: scripts
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- uses: actions/setup-node@v5
1717
with:
1818
node-version: lts/*

0 commit comments

Comments
 (0)