Skip to content

Commit 68bcd6b

Browse files
chore(deps): Bump actions/checkout from 4.1.7 to 4.2.0 (#59)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@692973e...d632683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d1a6114 commit 68bcd6b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/action.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
permissions: {}
2626
name: Install Chainsaw and test presence in path
2727
steps:
28-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
28+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2929
- name: Install Chainsaw
3030
uses: ./
3131
- name: Check install
@@ -48,7 +48,7 @@ jobs:
4848
permissions: {}
4949
name: Install Chainsaw with cosign verification and test presence in path
5050
steps:
51-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
51+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
5252
- name: Install Cosign
5353
uses: sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 # v3.6.0
5454
- name: Install Chainsaw
@@ -75,7 +75,7 @@ jobs:
7575
permissions: {}
7676
name: Install Chainsaw and test presence in path from GitHub
7777
steps:
78-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
78+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
7979
- name: Install Chainsaw
8080
uses: kyverno/action-install-chainsaw@main
8181
- name: Check install
@@ -98,7 +98,7 @@ jobs:
9898
permissions: {}
9999
name: Install Chainsaw and test presence in path
100100
steps:
101-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
101+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
102102
- name: Install Chainsaw
103103
uses: ./
104104
with:
@@ -123,7 +123,7 @@ jobs:
123123
permissions: {}
124124
name: Try to install a wrong version
125125
steps:
126-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
126+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
127127
- name: Install Chainsaw
128128
uses: ./
129129
with:
@@ -138,7 +138,7 @@ jobs:
138138
permissions: {}
139139
name: Install Chainsaw and test presence in path
140140
steps:
141-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
141+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
142142
- name: Install Chainsaw
143143
uses: ./
144144
with:
@@ -162,7 +162,7 @@ jobs:
162162
permissions: {}
163163
name: Install Chainsaw and test presence in path with custom root dir
164164
steps:
165-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
165+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
166166
- name: Install Chainsaw
167167
uses: ./
168168
with:
@@ -192,7 +192,7 @@ jobs:
192192
- '1.21'
193193
name: Try to install with go ${{ matrix.go_version }}
194194
steps:
195-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
195+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
196196
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
197197
with:
198198
go-version: ${{ matrix.go_version }}

0 commit comments

Comments
 (0)