Skip to content

Commit bdd25d7

Browse files
chore(deps): bump actions/checkout from 6 to 6.0.3 (#234)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 6.0.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v6.0.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9746607 commit bdd25d7

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
14+
uses: actions/checkout@v6.0.3
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
56+
uses: actions/checkout@v6.0.3
5757
with:
5858
fetch-depth: 0
5959
- name: Setup Node.js

0 commit comments

Comments
 (0)