Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 93f7a70

Browse files
committed
(maint) Update actions/checkout action to v3
1 parent 2b833a4 commit 93f7a70

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
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Checkout the repository
44-
uses: actions/checkout@v2
44+
uses: actions/checkout@v3
4545
- name: Fetch all tags and branches
4646
run: git fetch --prune --unshallow
4747
- 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 repository
33-
uses: actions/checkout@v2
33+
uses: actions/checkout@v3
3434
with:
3535
fetch-depth: 0
3636

0 commit comments

Comments
 (0)