Skip to content

Commit 0d7892a

Browse files
chore(deps): bump actions/checkout from 4 to 5 (#36)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 870192d commit 0d7892a

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/node.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes: 15
1818

1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
with:
2222
persist-credentials: false
2323
- name: Use Node.js 14.x
@@ -47,7 +47,7 @@ jobs:
4747
node-version: [14.x, 16.x, 18.x, 20.x]
4848

4949
steps:
50-
- uses: actions/checkout@v4
50+
- uses: actions/checkout@v5
5151
with:
5252
persist-credentials: false
5353
- name: Use Node.js ${{ matrix.node-version }}
@@ -89,7 +89,7 @@ jobs:
8989
- validate-dependencies
9090

9191
steps:
92-
- uses: actions/checkout@v4
92+
- uses: actions/checkout@v5
9393
with:
9494
fetch-depth: 0
9595
persist-credentials: false
@@ -157,7 +157,7 @@ jobs:
157157
timeout-minutes: 15
158158

159159
steps:
160-
- uses: actions/checkout@v4
160+
- uses: actions/checkout@v5
161161
with:
162162
persist-credentials: false
163163
- name: Use Node.js 14.x
@@ -186,7 +186,7 @@ jobs:
186186
timeout-minutes: 15
187187

188188
steps:
189-
- uses: actions/checkout@v4
189+
- uses: actions/checkout@v5
190190
with:
191191
persist-credentials: false
192192
- name: Use Node.js 14.x

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: [14.x, 16.x, 18.x, 20.x]
1717

1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
with:
2121
persist-credentials: false
2222
- name: Use Node.js ${{ matrix.node-version }}
@@ -43,7 +43,7 @@ jobs:
4343
- test
4444

4545
steps:
46-
- uses: actions/checkout@v4
46+
- uses: actions/checkout@v5
4747
with:
4848
fetch-depth: 0
4949
persist-credentials: false

0 commit comments

Comments
 (0)