diff --git a/.forgejo/workflows/pr.yml b/.forgejo/workflows/pr.yml index 2a8a25b..be88e13 100644 --- a/.forgejo/workflows/pr.yml +++ b/.forgejo/workflows/pr.yml @@ -10,7 +10,7 @@ jobs: image: 'code.forgejo.org/oci/node:20-bookworm' steps: - uses: actions/checkout@v4 - - uses: https://code.forgejo.org/actions/setup-go@v4 + - uses: https://code.forgejo.org/actions/setup-go@v5 with: go-version-file: "go.mod" check-latest: true