Skip to content

Commit d397295

Browse files
dependabot[bot]tklauser
authored andcommitted
.github: Bump actions/checkout from 3.5.3 to 3.6.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@c85c95e...f43a0e5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2b87584 commit d397295

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
go-version: '1.19'
2020

2121
- name: Check out code
22-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
22+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
2323

2424
- name: Install staticcheck
2525
run: go install honnef.co/go/tools/cmd/staticcheck@latest

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
go-version: ${{ matrix.go-version }}
2424

2525
- name: Check out code
26-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
26+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
2727

2828
- name: Check formatting
2929
if: ${{ matrix.go-version == '1.20' && matrix.os == 'ubuntu-22.04' }}

0 commit comments

Comments
 (0)