Skip to content

Commit 6779bed

Browse files
Bump actions/checkout from 4.1.0 to 4.1.7 (#1171)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8ade135...692973e) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 50e8b0e commit 6779bed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
os: [ubuntu-latest, windows-latest, macOS-latest]
2424

2525
steps:
26-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
26+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
2727

2828
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
2929
with:
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040

4141
steps:
42-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
42+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
4343

4444
- name: Check formatting
4545
run: ./.gha.gofmt.sh

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616

1717
- name: Checkout code
18-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
18+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1919
with:
2020
fetch-depth: 0
2121

0 commit comments

Comments
 (0)