Skip to content

Commit 3fdcfa7

Browse files
authored
Merge pull request #684 from kubewarden/renovate/all-patch
chore(deps): update all patchlevel dependencies
2 parents aa0abe7 + 1c313cf commit 3fdcfa7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/container-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ jobs:
7070

7171
# Download the policy-server artifacts we've built inside of the previous job
7272
- name: Download policy-server-x86_64 artifact
73-
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
73+
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
7474
with:
7575
name: policy-server-x86_64
7676
path: artifacts-x86_64
7777
- name: Download policy-server-aarch64 artifact
78-
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
78+
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
7979
with:
8080
name: policy-server-aarch64
8181
path: artifacts-aarch64

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
7575

7676
- name: Download SBOM artifact
77-
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
77+
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
7878
with:
7979
pattern: sbom-*
8080
path: ./

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ tower-http = { version = "0.5.2", features = ["trace"] }
4949
[dev-dependencies]
5050
mockall = "0.12"
5151
rstest = "0.18"
52-
tempfile = "3.10.0"
52+
tempfile = "3.10.1"
5353
tower = { version = "0.4", features = ["util"] }
5454
http-body-util = "0.1.0"

0 commit comments

Comments
 (0)