diff --git a/.forgejo/actions/sccache/action.yml b/.forgejo/actions/sccache/action.yml index b5e5dcf4..dc7609c6 100644 --- a/.forgejo/actions/sccache/action.yml +++ b/.forgejo/actions/sccache/action.yml @@ -15,7 +15,7 @@ runs: with: token: ${{ inputs.token }} - name: Configure sccache - uses: https://github.com/actions/github-script@v7 + uses: https://github.com/actions/github-script@v8 with: script: | core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || ''); diff --git a/.forgejo/workflows/release-image.yml b/.forgejo/workflows/release-image.yml index 7b29b7ca..5cdae859 100644 --- a/.forgejo/workflows/release-image.yml +++ b/.forgejo/workflows/release-image.yml @@ -43,7 +43,7 @@ jobs: steps: - name: Setting variables - uses: https://github.com/actions/github-script@v7 + uses: https://github.com/actions/github-script@v8 id: var with: script: |