Skip to content

Commit 91777ac

Browse files
chore(deps): bump actions/checkout from 4 to 6 (#21)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0718ae7 commit 91777ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tag_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1818
with:
1919
fetch-depth: 0 # Fetch tag history.
2020
persist-credentials: false

.github/workflows/test_suite.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
echo "$GH_JSON"
2727
2828
- name: Checkout action
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v6
3030
with:
3131
persist-credentials: false
3232
sparse-checkout: action.yml

0 commit comments

Comments
 (0)