Skip to content

Commit f09c80a

Browse files
chore(deps): bump actions/checkout from 4.1.6 to 4.1.7
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.6...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c611054 commit f09c80a

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/[email protected].6
13+
uses: actions/[email protected].7
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/[email protected].6
31+
uses: actions/[email protected].7
3232
with:
3333
fetch-depth: 0
3434
- name: Setup Node.js

0 commit comments

Comments
 (0)