Skip to content

Commit c7f1714

Browse files
build(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] <[email protected]>
1 parent dce81cf commit c7f1714

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/go-tests-other-os.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
id: go
2020

2121
- name: Check out code
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v3
2323

2424
- name: Set up CodeQL CLI
2525
uses: ./.github/actions/fetch-codeql
@@ -54,7 +54,7 @@ jobs:
5454
id: go
5555

5656
- name: Check out code
57-
uses: actions/checkout@v2
57+
uses: actions/checkout@v3
5858

5959
- name: Set up CodeQL CLI
6060
uses: ./.github/actions/fetch-codeql

.github/workflows/go-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: go
2828

2929
- name: Check out code
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v3
3131

3232
- name: Set up CodeQL CLI
3333
uses: ./.github/actions/fetch-codeql

0 commit comments

Comments
 (0)