Skip to content

Commit 4f2ed6e

Browse files
Update actions/github-script action to v8
1 parent e590ac2 commit 4f2ed6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tf-run.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
env:
7878
TF_CLI_ARGS: ""
7979
- name: Create status check with details
80-
uses: actions/github-script@v7
80+
uses: actions/github-script@v8
8181
with:
8282
github-token: ${{ github.token }}
8383
script: |
@@ -154,7 +154,7 @@ jobs:
154154
path: outputs
155155
pattern: tf-summary-*
156156
- name: Show plan on PR
157-
uses: actions/github-script@v7
157+
uses: actions/github-script@v8
158158
with:
159159
github-token: ${{ github.token }}
160160
script: |

0 commit comments

Comments
 (0)