Skip to content

Commit 3a415cf

Browse files
committed
chore: actions/checkout from 2 to 3
1 parent e09dbc7 commit 3a415cf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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
@@ -10,7 +10,7 @@ jobs:
1010
with:
1111
go-version: '^1'
1212
- name: Checkout repository
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414
- name: Setup golangci-lint
1515
uses: golangci/golangci-lint-action@v2
1616
with:
@@ -46,7 +46,7 @@ jobs:
4646
go-version: ${{ matrix.go }}
4747

4848
- name: Checkout Code
49-
uses: actions/checkout@v2
49+
uses: actions/checkout@v3
5050
with:
5151
ref: ${{ github.ref }}
5252

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
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)