Skip to content

Commit 908c56e

Browse files
committed
chore: upgrade checkout version to v3
Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent d309d04 commit 908c56e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

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

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v2
41+
uses: actions/checkout@v3
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
go-version: ${{ matrix.go }}
2222

2323
- name: Checkout Code
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v3
2525
with:
2626
ref: ${{ github.ref }}
2727

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/setup-go@v2
3636

3737
- name: Checkout Code
38-
uses: actions/checkout@v2
38+
uses: actions/checkout@v3
3939
with:
4040
ref: ${{ github.ref }}
4141

0 commit comments

Comments
 (0)