Skip to content

Commit 0aaf28a

Browse files
committed
Update actions/checkout action to v6
1 parent 89f2f80 commit 0aaf28a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
test:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v3.6.0
21+
- uses: actions/checkout@v6.0.0
2222

2323
- uses: actions/setup-node@v3.9.1
2424
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v3.6.0
14+
- uses: actions/checkout@v6.0.0
1515
- uses: actions/setup-node@v3.9.1
1616
with:
1717
node-version: 18.x

0 commit comments

Comments
 (0)