File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ jobs:
178
178
echo "LINT_CACHE_DIR=$dir" >> $GITHUB_ENV
179
179
180
180
- name : golangci-lint cache
181
- uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
181
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
182
182
with :
183
183
path : |
184
184
${{ env.LINT_CACHE_DIR }}
@@ -188,7 +188,7 @@ jobs:
188
188
189
189
# Check for any typos
190
190
- name : Check for typos
191
- uses : crate-ci/typos@212923e4ff05b7fc2294a204405eec047b807138 # v1.29.9
191
+ uses : crate-ci/typos@db35ee91e80fbb447f33b0e5fbddb24d2a1a884f # v1.29.10
192
192
with :
193
193
config : .github/workflows/typos.toml
194
194
@@ -1092,7 +1092,7 @@ jobs:
1092
1092
uses : google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a # v2.1.4
1093
1093
1094
1094
- name : Download dylibs
1095
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
1095
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
1096
1096
with :
1097
1097
name : dylibs
1098
1098
path : ./build
@@ -1236,7 +1236,7 @@ jobs:
1236
1236
version : " 2.5.1"
1237
1237
1238
1238
- name : Get Cluster Credentials
1239
- uses : google-github-actions/get-gke-credentials@7a108e64ed8546fe38316b4086e91da13f4785e1 # v2.3.1
1239
+ uses : google-github-actions/get-gke-credentials@d0cee45012069b163a631894b98904a9e6723729 # v2.3.3
1240
1240
with :
1241
1241
cluster_name : dogfood-v2
1242
1242
location : us-central1-a
Original file line number Diff line number Diff line change 53
53
uses : depot/setup-action@b0b1ea4f69e92ebf5dea3f8713a1b0c37b2126a5 # v1.6.0
54
54
55
55
- name : Set up Docker Buildx
56
- uses : docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9 .0
56
+ uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10 .0
57
57
58
58
- name : Login to DockerHub
59
59
if : github.ref == 'refs/heads/main'
Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ jobs:
286
286
uses : google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a # v2.1.4
287
287
288
288
- name : Download dylibs
289
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
289
+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
290
290
with :
291
291
name : dylibs
292
292
path : ./build
You can’t perform that action at this time.
0 commit comments