Skip to content

Commit 769e94b

Browse files
chore(deps): bump actions/checkout from 4.2.2 to 5.0.0 (#41)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7b390ea commit 769e94b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
steps:
1212
- name: Checkout Repository
13-
uses: actions/checkout@v4.2.2
13+
uses: actions/checkout@v5.0.0
1414
- name: Use Node.js ${{ matrix.node }}
1515
uses: actions/[email protected]
1616
with:
@@ -28,7 +28,7 @@ jobs:
2828
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v4.2.2
31+
uses: actions/checkout@v5.0.0
3232
with:
3333
fetch-depth: 0
3434
- name: Setup Node.js

0 commit comments

Comments
 (0)