Skip to content

Commit 9be612c

Browse files
authored
Merge pull request #1674 from kubewarden/renovate/github-actions
chore(deps): update github actions
2 parents b463a30 + bbee47d commit 9be612c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ jobs:
354354
with:
355355
persist-credentials: false
356356
- name: Install cargo-llvm-cov
357-
uses: taiki-e/install-action@5939f3337e40968c39aa70f5ecb1417a92fb25a0 # v2.75.15
357+
uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v2.75.18
358358
with:
359359
tool: cargo-llvm-cov
360360
- name: Install cosign # this is needed by some of the e2e tests

.github/workflows/open-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: cargo install --locked --version 0.13.9 cargo-edit
3232

3333
- name: Install Updatecli in the runner
34-
uses: updatecli/updatecli-action@7aab164eed4ee3bb279611182ba1e62a3a867640 # v3.1.1
34+
uses: updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207 # v3.1.2
3535
with:
3636
# Pinned to v0.109.0 due to a behavior change in newer versions that breaks the update script
3737
version: v0.109.0

.github/workflows/update-dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
persist-credentials: false
1919

2020
- name: Install Updatecli in the runner
21-
uses: updatecli/updatecli-action@7aab164eed4ee3bb279611182ba1e62a3a867640 # v3.1.1
21+
uses: updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207 # v3.1.2
2222
with:
2323
# The version is pinned for now to workaround an issue found during
2424
# the compose file exectution when updatecli reports "something wrong

0 commit comments

Comments
 (0)