Skip to content

Commit 46d9f18

Browse files
dependabot[bot]tklauser
authored andcommitted
.github: Bump actions/checkout from 4.1.0 to 4.1.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8ade135...b4ffde6) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0cf1e27 commit 46d9f18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/static-analysis.yml

+1-1
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@8ade135a41bc03ea155e62e844d188df1ea18608
22+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
2323

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

.github/workflows/test.yml

+1-1
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@8ade135a41bc03ea155e62e844d188df1ea18608
26+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
2727

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

0 commit comments

Comments
 (0)