Skip to content

Commit

Permalink
Merge pull request #9 from chainloop-dev/update-releaser
Browse files Browse the repository at this point in the history
update versions on release.yaml
  • Loading branch information
javirln authored May 30, 2024
2 parents 06be1df + 0de1dc5 commit 2522d28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
- name: Install Cosign
uses: sigstore/cosign-installer@main
with:
cosign-release: 'v2.0.2'
cosign-release: 'v2.2.3'

- name: Install Chainloop
run: |
curl -sfL https://docs.chainloop.dev/install.sh | bash -s -- --version v${{ env.CHAINLOOP_VERSION }}
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0

Expand All @@ -34,7 +34,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.21

- name: Docker login to Github Packages
uses: docker/login-action@v2
Expand Down

0 comments on commit 2522d28

Please sign in to comment.