Skip to content

Commit 24398a2

Browse files
chore(deps): update actions/checkout action to v6
1 parent 5e62536 commit 24398a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ${{ matrix.os }}
2323
steps:
2424
- name: Checkout the repository
25-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
25+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2626
- uses: ./.github/actions/set_up_runner
2727
with:
2828
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ${{ matrix.os }}
4040
steps:
4141
- name: Checkout the repository
42-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
42+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
4343
- uses: ./.github/actions/set_up_runner
4444
with:
4545
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/move_major_ver_tag_on_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# branches and tags. This is important if the workflow is launched via
1919
# workspace_dispatch event. It ensures that we can find the release tag
2020
# and the major version tag.
21-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
21+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2222
with:
2323
# Fetch all history for all branches and tags
2424
fetch-depth: 0

0 commit comments

Comments
 (0)