Skip to content

Commit

Permalink
Update GH Actions dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVitale committed Nov 11, 2023
1 parent e70ead4 commit 4cd2388
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
image-digest: ${{ steps.image-info.outputs.image_digest }}
steps:
- name: Checkout source code
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.1

- name: Set up Carvel
uses: carvel-dev/setup-action@v1.3.0
uses: carvel-dev/setup-action@v2.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
IMAGE_DIGEST: ${{ needs.build.outputs.image-digest }}
steps:
- name: Install Cosign
uses: sigstore/cosign-installer@v3.1.2
uses: sigstore/cosign-installer@v3.2.0

- name: Log into container registry
uses: redhat-actions/[email protected]
Expand Down

0 comments on commit 4cd2388

Please sign in to comment.