Skip to content

Commit 31a5d94

Browse files
chore(deps): update actions/checkout action to v6
1 parent 267d603 commit 31a5d94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v6
1313
- name: Use Node.js
1414
uses: actions/setup-node@v1
1515
with:

.github/workflows/scip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
index:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v3
8+
- uses: actions/checkout@v6
99
- name: Setup Node.js
1010
uses: actions/setup-node@v2
1111
with:

0 commit comments

Comments
 (0)