Skip to content

Commit 4901d59

Browse files
(maint) Update actions/checkout action to v5 (#148)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2e70ce2 commit 4901d59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

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

4545
steps:
4646
- name: Checkout the repository
47-
uses: actions/checkout@v4.3.0
47+
uses: actions/checkout@v5.0.0
4848
- name: Fetch all tags and branches
4949
run: git fetch --prune --unshallow
5050
- uses: actions/[email protected]

.github/workflows/codeql-analysis.yml

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

3131
steps:
3232
- name: Checkout the repository
33-
uses: actions/checkout@v4.3.0
33+
uses: actions/checkout@v5.0.0
3434
- name: Fetch all tags and branches
3535
run: git fetch --prune --unshallow
3636
- uses: actions/[email protected]

0 commit comments

Comments
 (0)