Skip to content

Commit 3fb3e03

Browse files
chore(deps): bump actions/checkout from 5.0.0 to 5.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ba91cae commit 3fb3e03

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/[email protected].0
13+
uses: actions/[email protected].1
1414
- name: Use Node.js ${{ matrix.node }}
1515
uses: actions/[email protected]
1616
with:
@@ -29,7 +29,7 @@ jobs:
2929
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
3030
steps:
3131
- name: Checkout
32-
uses: actions/[email protected].0
32+
uses: actions/[email protected].1
3333
with:
3434
fetch-depth: 0
3535
- name: Setup Node.js

0 commit comments

Comments
 (0)