Skip to content

Commit f29b5f5

Browse files
chore(deps): bump actions/checkout from 4.1.7 to 4.2.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.7...v4.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 916a7a8 commit f29b5f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
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.1.7
13+
uses: actions/checkout@v4.2.0
1414
- name: Use Node.js ${{ matrix.node }}
1515
uses: actions/setup-node@v4.0.4
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.1.7
31+
uses: actions/checkout@v4.2.0
3232
with:
3333
fetch-depth: 0
3434
- name: Setup Node.js

0 commit comments

Comments
 (0)