Skip to content

Commit de92a76

Browse files
chore(deps): bump actions/checkout from 6.0.3 to 7.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.3...v7.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 46154c2 commit de92a76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
steps:
1313
- name: Checkout Repository
14-
uses: actions/checkout@v6.0.3
14+
uses: actions/checkout@v7.0.0
1515
with:
1616
fetch-depth: 0
1717
- name: Use Node.js ${{ matrix.node }}
@@ -53,7 +53,7 @@ jobs:
5353
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
5454
steps:
5555
- name: Checkout
56-
uses: actions/checkout@v6.0.3
56+
uses: actions/checkout@v7.0.0
5757
with:
5858
fetch-depth: 0
5959
- name: Setup Node.js

0 commit comments

Comments
 (0)