Skip to content

Commit 73b2124

Browse files
Bump actions/checkout from 6 to 6.0.2 in the github-actions group (#48)
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d366033 commit 73b2124

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-24.04
1414
steps:
1515
# checks out the repo
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v6.0.2
1717
# run pre-commit
1818
- name: Python setup
1919
uses: actions/setup-python@v6
@@ -36,7 +36,7 @@ jobs:
3636
OS: ${{ matrix.os }}
3737
steps:
3838
- name: Checkout
39-
uses: actions/checkout@v6
39+
uses: actions/checkout@v6.0.2
4040
- name: Python setup
4141
uses: actions/setup-python@v6
4242
with:

0 commit comments

Comments
 (0)