Skip to content

Commit 0f1db44

Browse files
chore(deps): update actions/checkout action to v6
1 parent a45e410 commit 0f1db44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/default.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
test:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
1919
- uses: actions/setup-node@v5
@@ -33,7 +33,7 @@ jobs:
3333
pull-requests: write
3434
id-token: write
3535
steps:
36-
- uses: actions/checkout@v5
36+
- uses: actions/checkout@v6
3737
- uses: actions/setup-node@v5
3838
with:
3939
node-version-file: .node-version

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
default:
88
runs-on: windows-latest
99
steps:
10-
- uses: actions/checkout@v5
10+
- uses: actions/checkout@v6
1111
with:
1212
fetch-depth: 0
1313
- uses: actions/setup-node@v5

0 commit comments

Comments
 (0)