Skip to content

Commit 5e2e53e

Browse files
build(deps): bump actions/checkout from 5.0.0 to 6.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@08c6903...1af3b93) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 838c9d4 commit 5e2e53e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/check-formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
race: ""
3232

3333
steps:
34-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
34+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
3535
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
3636
with:
3737
go-version: ${{ matrix.go-version }}

.github/workflows/exercise-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- run: git config --global core.autocrlf false
35-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
35+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
3636

3737
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
3838
with:

.github/workflows/gomod-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-24.04
1414

1515
steps:
16-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
16+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
1717

1818
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
1919
with:

.github/workflows/stub-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
race: ""
3232

3333
steps:
34-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
34+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
3535
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
3636
with:
3737
go-version: ${{ matrix.go-version }}

0 commit comments

Comments
 (0)