Skip to content

Commit

Permalink
Merge pull request #565 from kubewarden/renovate/all-patch
Browse files Browse the repository at this point in the history
chore(deps): update all patchlevel dependencies
  • Loading branch information
viccuad authored Oct 16, 2023
2 parents d2066a2 + 65e9e9e commit 7953189
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
uses: sigstore/cosign-installer@11086d25041f77fe8fe7b9ea4e48e3b9192b8f19 # v3.1.2

- name: Install the syft command
uses: kubewarden/github-actions/syft-installer@0b73198f5d655ef4ad84e423f8047044ed73fd4b # v3.1.9
uses: kubewarden/github-actions/syft-installer@d1694af4cd09ed33d4c772891aaf1d53fa09346c # v3.1.10

- name: Install the crane command
uses: kubewarden/github-actions/crane-installer@0b73198f5d655ef4ad84e423f8047044ed73fd4b # v3.1.9
uses: kubewarden/github-actions/crane-installer@d1694af4cd09ed33d4c772891aaf1d53fa09346c # v3.1.10

- name: Login to GitHub Container Registry
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ warp = { version = "0.3.6", default_features = false, features = [
"multipart",
"tls",
] }
semver = { version = "1.0.19", features = ["serde"] }
semver = { version = "1.0.20", features = ["serde"] }

[dev-dependencies]
rstest = "0.18"
Expand Down

0 comments on commit 7953189

Please sign in to comment.