Skip to content

Commit 5e9e269

Browse files
Update release process (#3)
* chore: bump actions/cache due to deprecation notice * chore: bump docker/login-action due to warning messages
1 parent 4d969de commit 5e9e269

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/releasebuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/setup-go@v5
2323
with:
2424
go-version-file: 'go.mod'
25-
- uses: actions/cache@v3.2.2
25+
- uses: actions/cache@v4.3.0
2626
with:
2727
path: ~/go/pkg/mod
2828
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -38,7 +38,7 @@ jobs:
3838
# username: ${{ secrets.DOCKER_USERNAME }}
3939
# password: ${{ secrets.DOCKER_PASSWORD }}
4040
- name: Login to ghcr.io registry
41-
uses: docker/login-action@v1
41+
uses: docker/login-action@v3.6.0
4242
with:
4343
registry: ghcr.io
4444
username: SpazioDati

0 commit comments

Comments
 (0)