Skip to content

Commit 15adb91

Browse files
chore(deps): update actions/checkout action to v5
1 parent 21848ee commit 15adb91

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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
25+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
42+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
21+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2222
with:
2323
# Fetch all history for all branches and tags
2424
fetch-depth: 0

0 commit comments

Comments
 (0)