build: update GitHub actions (#10399)

This commit is contained in:
mrclmr
2025-09-22 08:50:09 +03:00
committed by GitHub
parent 41b4c5cd5e
commit b3e3ca7294
5 changed files with 41 additions and 41 deletions
+2 -2
View File
@@ -15,13 +15,13 @@ jobs:
runs-on: ubuntu-latest
environment: release
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0
ref: ${{ github.ref }} # https://github.com/actions/checkout/issues/882
token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
- uses: actions/setup-go@v5
- uses: actions/setup-go@v6
with:
go-version: stable