Skip to content

Commit 43acf87

Browse files
Update actions/github-script action to v7
1 parent 680536d commit 43acf87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-terraform.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
TF_WORKSPACE: prod
8787
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8888

89-
- uses: actions/github-script@v6
89+
- uses: actions/github-script@v7
9090
if: github.event_name == 'pull_request'
9191
env:
9292
PLAN_STAGING: "terraform\n${{ steps.plan-staging.outputs.stdout }}"

0 commit comments

Comments
 (0)