Skip to content

Commit 40461e7

Browse files
chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#5625)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9307f82 commit 40461e7

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/backport.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: github.repository_owner == 'akuity' && github.event.pull_request.merged && (github.event_name != 'labeled' || startsWith('backport/', github.event.label.name))
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
19+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020
- name: Create backport PRs
2121
uses: korthout/backport-action@c656f5d5851037b2b38fb5db2691a03fa229e3b2 # v4.0.1
2222
# xref: https://github.com/korthout/backport-action#inputs

.github/workflows/ci.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
echo "deb http://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
2929
apt update && apt install -y -t trixie git
3030
- name: Checkout code
31-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
31+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3232
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
3333
with:
3434
path: /go/pkg/mod
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ubuntu-latest
5454
steps:
5555
- name: Checkout code
56-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
56+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5757
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
5858
with:
5959
path: ~/.pnpm-store
@@ -84,7 +84,7 @@ jobs:
8484
image: golang:1.25.5-trixie
8585
steps:
8686
- name: Checkout code
87-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
87+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8888
- name: Cache golangci-lint
8989
id: cache-golangci-lint
9090
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
@@ -107,7 +107,7 @@ jobs:
107107
image: golang:1.25.5-trixie
108108
steps:
109109
- name: Checkout code
110-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
110+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
111111
- name: Cache helm
112112
id: cache-helm
113113
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
@@ -132,7 +132,7 @@ jobs:
132132
image: golang:1.25.5-trixie
133133
steps:
134134
- name: Checkout code
135-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
135+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
136136
- name: Cache buf
137137
id: cache-buf
138138
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
@@ -155,7 +155,7 @@ jobs:
155155
image: golang:1.25.5-trixie
156156
steps:
157157
- name: Checkout code
158-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
158+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
159159
- name: Install tools
160160
run: apt update && apt install unzip
161161
- name: Install pnpm
@@ -208,7 +208,7 @@ jobs:
208208
with:
209209
driver-opts: network=host
210210
- name: Checkout code
211-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
211+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
212212
- name: Build base image
213213
run: |
214214
BASE_IMAGE=localhost:5000/kargo-base make build-base-image
@@ -231,7 +231,7 @@ jobs:
231231
image: golang:1.25.5-trixie
232232
steps:
233233
- name: Checkout code
234-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
234+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
235235
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
236236
with:
237237
path: /go/pkg/mod

.github/workflows/release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
username: ${{ github.actor }}
6565
password: ${{ secrets.GITHUB_TOKEN }}
6666
- name: Checkout
67-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
67+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6868
- name: Docker meta
6969
id: meta
7070
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
@@ -163,7 +163,7 @@ jobs:
163163
username: ${{ github.actor }}
164164
password: ${{ secrets.GITHUB_TOKEN }}
165165
- name: Checkout code
166-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
166+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
167167
- name: Publish chart
168168
env:
169169
HELM_EXPERIMENTAL_OCI: '1'
@@ -180,7 +180,7 @@ jobs:
180180
runs-on: ubuntu-latest
181181
steps:
182182
- name: Checkout code
183-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
183+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
184184
- name: Install pnpm
185185
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
186186
with:
@@ -227,7 +227,7 @@ jobs:
227227
hash-windows-arm64: ${{ steps.hash.outputs.hash-windows-arm64 }}
228228
steps:
229229
- name: Checkout code
230-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
230+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
231231
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
232232
with:
233233
path: /go/pkg/mod
@@ -285,7 +285,7 @@ jobs:
285285
arch: [amd64, arm64]
286286
steps:
287287
- name: Checkout code
288-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
288+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
289289
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
290290
with:
291291
path: /go/pkg/mod

0 commit comments

Comments
 (0)