Skip to content

Commit c3f2d79

Browse files
Bump actions/checkout from 6.0.0 to 6.0.1 (#208)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b9a9af4 commit c3f2d79

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/test-action.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
contents: read
4545
name: Install default version Cosign and test presence in path
4646
steps:
47-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
47+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4848
with:
4949
persist-credentials: false
5050
- name: Install Cosign
@@ -72,7 +72,7 @@ jobs:
7272
contents: read
7373
name: Install existing release of Cosign and test presence in path
7474
steps:
75-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
75+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
7676
with:
7777
persist-credentials: false
7878
- name: Install Cosign
@@ -100,7 +100,7 @@ jobs:
100100
contents: read
101101
name: Install Cosign ${{ matrix.cosign_release }} on ${{ matrix.os }} and test presence in path
102102
steps:
103-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
103+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
104104
with:
105105
persist-credentials: false
106106
- name: Install Cosign
@@ -129,7 +129,7 @@ jobs:
129129
permissions: {}
130130
name: Test unsupported version ${{ matrix.version }} fails on ${{ matrix.os }}
131131
steps:
132-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
132+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
133133
with:
134134
persist-credentials: false
135135
- name: Install Cosign (should fail)
@@ -158,7 +158,7 @@ jobs:
158158
contents: read
159159
name: Try to install a wrong Cosign
160160
steps:
161-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
161+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
162162
with:
163163
persist-credentials: false
164164
- name: Install Cosign
@@ -177,7 +177,7 @@ jobs:
177177
contents: read
178178
name: Install Custom Cosign and test presence in path
179179
steps:
180-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
180+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
181181
with:
182182
persist-credentials: false
183183
- name: Install Cosign
@@ -205,7 +205,7 @@ jobs:
205205
contents: read
206206
name: Install Custom Cosign and test presence in path with custom root dir
207207
steps:
208-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
208+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
209209
with:
210210
persist-credentials: false
211211
- name: Install Cosign
@@ -239,7 +239,7 @@ jobs:
239239
- '1.25'
240240
name: Try to install cosign with go ${{ matrix.go_version }} on ${{ matrix.os }}
241241
steps:
242-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
242+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
243243
with:
244244
persist-credentials: false
245245
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0

0 commit comments

Comments
 (0)