Skip to content

Commit 6282d33

Browse files
authored
Merge pull request #107 from SolidOS/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 2 to 5
2 parents 62cbc5e + 5cec8a8 commit 6282d33

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
@@ -25,7 +25,7 @@ jobs:
2525
- 22.x
2626

2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
- name: Use Node.js ${{ matrix.node-version }}
3030
uses: actions/setup-node@v4
3131
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v5
1010
- uses: actions/setup-node@v1
1111
with:
1212
node-version: '14.x'

0 commit comments

Comments
 (0)