Skip to content

Commit b7a49f6

Browse files
chore(deps): bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 07a917a commit b7a49f6

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/codeql-analysis.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/go.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
name: Run Tests
4646
steps:
4747
- name: Checkout
48-
uses: actions/checkout@v2.4.0
48+
uses: actions/checkout@v3
4949
with:
5050
fetch-depth: 0
5151

@@ -94,7 +94,7 @@ jobs:
9494
name: Run linters
9595
steps:
9696
- name: Checkout
97-
uses: actions/checkout@v2.4.0
97+
uses: actions/checkout@v3
9898
with:
9999
fetch-depth: 0
100100

@@ -147,7 +147,7 @@ jobs:
147147
name: Quality reports
148148
steps:
149149
- name: Checkout
150-
uses: actions/checkout@v2.4.0
150+
uses: actions/checkout@v3
151151
with:
152152
fetch-depth: 0
153153

@@ -217,7 +217,7 @@ jobs:
217217
name: Build
218218
steps:
219219
- name: Checkout
220-
uses: actions/checkout@v2.4.0
220+
uses: actions/checkout@v3
221221
with:
222222
fetch-depth: 0
223223

.github/workflows/readme-stars.yml

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

2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v2.4.0
25+
uses: actions/checkout@v3
2626

2727
- name: Upate 2021 year
2828
uses: k2bd/advent-readme-stars@v1.0.1

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Build
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v2.4.0
22+
uses: actions/checkout@v3
2323
with:
2424
fetch-depth: 0
2525

@@ -65,7 +65,7 @@ jobs:
6565
name: Regression tests
6666
steps:
6767
- name: Checkout
68-
uses: actions/checkout@v2.4.0
68+
uses: actions/checkout@v3
6969
with:
7070
fetch-depth: 0
7171

@@ -115,7 +115,7 @@ jobs:
115115
name: Lint
116116
steps:
117117
- name: Checkout
118-
uses: actions/checkout@v2.4.0
118+
uses: actions/checkout@v3
119119
with:
120120
fetch-depth: 0
121121

@@ -169,7 +169,7 @@ jobs:
169169
name: Release
170170
steps:
171171
- name: Checkout
172-
uses: actions/checkout@v2.4.0
172+
uses: actions/checkout@v3
173173
with:
174174
fetch-depth: 0
175175

0 commit comments

Comments
 (0)