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
@@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest
name: Update translations and documentation
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0
token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
- uses: actions/setup-go@v5
- uses: actions/setup-go@v6
with:
go-version: stable
- run: |