File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -15,33 +15,33 @@ jobs:
1515 goreleaser :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 with :
2020 fetch-depth : 0
2121 - run : git fetch --force --tags
22- - uses : actions/setup-go@v3
22+ - uses : actions/setup-go@v5
2323 with :
24- go-version : ' >=1.24.3 '
24+ go-version : ' >=1.24.4 '
2525 cache : true
2626 # More assembly might be required: Docker logins, GPG, etc. It all depends
2727 # on your needs.
2828 -
2929 name : Import GPG key
3030 id : import_gpg
31- uses : crazy-max/ghaction-import-gpg@v5
31+ uses : crazy-max/ghaction-import-gpg@v6
3232 with :
3333 gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
3434 passphrase : ${{ secrets.PASSPHRASE }}
3535 -
3636 name : Login to GitHub Container Registry
37- uses : docker/login-action@v2
37+ uses : docker/login-action@v3
3838 with :
3939 registry : ghcr.io
4040 username : ${{ github.actor }}
4141 password : ${{ secrets.GITHUB_TOKEN }}
4242
4343 -
44- uses : goreleaser/goreleaser-action@v4
44+ uses : goreleaser/goreleaser-action@v6
4545 with :
4646 # either 'goreleaser' (default) or 'goreleaser-pro':
4747 distribution : goreleaser
Original file line number Diff line number Diff line change 1+ version : 2
12# This is an example .goreleaser.yml file with some sensible defaults.
23# Make sure to check the documentation at https://goreleaser.com
34before :
You can’t perform that action at this time.
0 commit comments