diff --git a/.github/workflows/cloudshop-example.yml b/.github/workflows/cloudshop-example.yml index d5537647d4..ee38621655 100644 --- a/.github/workflows/cloudshop-example.yml +++ b/.github/workflows/cloudshop-example.yml @@ -32,7 +32,7 @@ jobs: nuget-cloudshop- - name: Expose GitHub Actions Runtime - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env['ACTIONS_RUNTIME_TOKEN']); diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 88ed6c44b1..11cf52cba7 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -123,7 +123,7 @@ jobs: run: dotnet publish TUnit.TestProject/TUnit.TestProject.csproj -c Release --use-current-runtime -p:Aot=true -o TESTPROJECT_AOT --framework net10.0 - name: Expose GitHub Actions Runtime - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env['ACTIONS_RUNTIME_TOKEN']);