Skip to content

Commit 42483ad

Browse files
renovate[bot]scop
authored andcommitted
chore(deps): update actions/checkout action to v5
1 parent 2a30809 commit 42483ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
check:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1616
- name: Run checks
1717
run: |
1818
grep -P --color=always "\s+(?<=rev: )$GITHUB_REF_NAME$" README.md

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
os: [macos-latest, ubuntu-latest]
1818
steps:
19-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2020
# No caching as we're expected to run rarely
2121
- name: Install dependencies and run checks
2222
shell: bash

0 commit comments

Comments
 (0)