Skip to content

Commit 439d6a3

Browse files
committed
chore: actions/checkout from 2 to 3
1 parent 7ce4562 commit 439d6a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql.yaml

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

3838
steps:
3939
- name: Checkout repository
40-
uses: actions/checkout@v2
40+
uses: actions/checkout@v3
4141

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

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
go-version: '^1'
1919
- name: Checkout repository
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v3
2121
- name: Setup golangci-lint
2222
uses: golangci/golangci-lint-action@v2
2323
with:
@@ -43,7 +43,7 @@ jobs:
4343
go-version: ${{ matrix.go }}
4444

4545
- name: Checkout Code
46-
uses: actions/checkout@v2
46+
uses: actions/checkout@v3
4747
with:
4848
ref: ${{ github.ref }}
4949

0 commit comments

Comments
 (0)