Skip to content

Commit 96598af

Browse files
committed
chore(deps): update actions/github-script action to v8
1 parent f86b033 commit 96598af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
run: dotnet publish TUnit.TestProject/TUnit.TestProject.csproj -c Release --use-current-runtime -p:Aot=true -o TESTPROJECT_AOT --framework net10.0
124124

125125
- name: Expose GitHub Actions Runtime
126-
uses: actions/github-script@v7
126+
uses: actions/github-script@v8
127127
with:
128128
script: |
129129
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env['ACTIONS_RUNTIME_TOKEN']);

0 commit comments

Comments
 (0)