mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-05-11 10:38:21 +00:00
Update CI Action Versions
This commit is contained in:
parent
774fc8b54b
commit
c5e1dcbedc
1 changed files with 3 additions and 3 deletions
6
.github/workflows/.release.yml
vendored
6
.github/workflows/.release.yml
vendored
|
@ -13,12 +13,12 @@ jobs:
|
|||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
-
|
||||
name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.21
|
||||
-
|
||||
|
@ -35,7 +35,7 @@ jobs:
|
|||
ls
|
||||
-
|
||||
name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v2
|
||||
uses: goreleaser/goreleaser-action@v5
|
||||
with:
|
||||
distribution: goreleaser
|
||||
version: latest
|
||||
|
|
Loading…
Add table
Reference in a new issue