Skip to content

Commit d7df1bf

Browse files
Bump actions/checkout from 6.0.0 to 6.0.1 (#981)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@1af3b93...8e8c483) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexey Alexandrov <aalexand@users.noreply.github.com>
1 parent 354ffa9 commit d7df1bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
steps:
5050
- name: Checkout the repo
51-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
51+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5252
with:
5353
path: ${{ env.WORKING_DIR }}
5454

@@ -124,7 +124,7 @@ jobs:
124124
os: ['ubuntu-24.04', 'ubuntu-22.04']
125125
steps:
126126
- name: Checkout the repo
127-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
127+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
128128
with:
129129
path: ${{ env.WORKING_DIR }}
130130

@@ -217,7 +217,7 @@ jobs:
217217
go: ['1.24', '1.25']
218218
steps:
219219
- name: Checkout the repo
220-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
220+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
221221
with:
222222
path: ${{ env.WORKING_DIR }}
223223

0 commit comments

Comments
 (0)