[ci] Upgrade github actions

This commit is contained in:
2026-06-05 14:47:54 +02:00
parent 52b6302615
commit bc27f8193f
2 changed files with 9 additions and 9 deletions
+5 -5
View File
@@ -17,10 +17,10 @@ jobs:
matrix:
make: ["lint", "unit-test", "integration-test"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: install go
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version-file: go.mod
@@ -35,11 +35,11 @@ jobs:
matrix:
goosarch: [linux-amd64]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: install go
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version-file: go.mod
cache: true
@@ -63,7 +63,7 @@ jobs:
sha256sum whatismyip-$RELEASE_VERSION-${{matrix.goosarch}}.tar.gz > whatismyip-$RELEASE_VERSION-${{matrix.goosarch}}.tar.gz.sha256
- name: Release
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v3
with:
body_path: changelog.txt
files: |