Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
update workflow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BlowaXD committed Mar 27, 2024
1 parent 89f0050 commit 31d0a0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4

- name: Get app version from chart
uses: mikefarah/yq@v4.35.1
uses: mikefarah/yq@v4.43.1
id: app_version
with:
cmd: yq '.appVersion' charts/bitwarden-secret-operator/Chart.yaml
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:

- name: Install cosign
if: ${{ steps.image_exists.outcome != 'success' && github.event_name != 'pull_request' }}
uses: sigstore/cosign-installer@v3.1.2
uses: sigstore/cosign-installer@v3.4.0

- name: Sign the published Docker image
if: ${{ steps.image_exists.outcome != 'success' && github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 31d0a0a

Please sign in to comment.