Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4cf6d8d

Browse files
committedMar 1, 2022
chore(deps): update actions/checkout action to v3
1 parent e32b471 commit 4cf6d8d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- 'go'
5454
steps:
5555
- name: Checkout repository
56-
uses: actions/checkout@v2
56+
uses: actions/checkout@v3
5757

5858
- name: Setup Go 1.17
5959
uses: actions/setup-go@v2

‎.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout repository
31-
uses: actions/checkout@v2
31+
uses: actions/checkout@v3
3232

3333

3434
- name: Setup Go 1.17

‎.github/workflows/release.yml

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

0 commit comments

Comments
 (0)
This repository has been archived.