Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/9584
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
This commit is contained in:
Renovate Bot 2025-10-08 21:58:10 +02:00 committed by Gusted
commit 1fa23c219f
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ runs:
apt-get -q install -qq -y zstd apt-get -q install -qq -y zstd
- name: "Set up Go using setup-go" - name: "Set up Go using setup-go"
uses: https://data.forgejo.org/actions/setup-go@v5 uses: https://data.forgejo.org/actions/setup-go@v6
id: go-version id: go-version
with: with:
go-version-file: "go.mod" go-version-file: "go.mod"

View file

@ -47,7 +47,7 @@ jobs:
with: with:
node-version: 22 node-version: 22
- uses: https://data.forgejo.org/actions/setup-go@v5 - uses: https://data.forgejo.org/actions/setup-go@v6
with: with:
go-version-file: "go.mod" go-version-file: "go.mod"

View file

@ -28,7 +28,7 @@ jobs:
${{ toJSON(github.event) }} ${{ toJSON(github.event) }}
EOF EOF
- uses: https://data.forgejo.org/actions/setup-go@v5 - uses: https://data.forgejo.org/actions/setup-go@v6
with: with:
go-version-file: "go.mod" go-version-file: "go.mod"
cache: false cache: false