Skip to content

Commit 5c9703a

Browse files
dependabot[bot]ErikSchierboomIsaacG
authored
Bump actions/checkout from 4.1.7 to 4.2.2 (#1181)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@692973e...11bd719) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Erik Schierboom <erik_schierboom@hotmail.com> Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
1 parent 651bb35 commit 5c9703a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@692973e3d937129bcbf40652eb9f2f61becf3332
26+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2727

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

4141
steps:
42-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
42+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
18+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1919
with:
2020
fetch-depth: 0
2121

0 commit comments

Comments
 (0)