Skip to content

Commit 6ea7d46

Browse files
committed
chore: actions/checkout from 2 to 3
1 parent 705f24c commit 6ea7d46

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/codeql.yaml

+1-1
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

+2-2
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

.github/workflows/goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
-
1616
name: Checkout
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
1818
with:
1919
fetch-depth: 0
2020
-

0 commit comments

Comments
 (0)