Skip to content

Commit a2457bf

Browse files
Merge pull request #38 from schubergphilis/renovate/actions-github-script-7.x
chore(deps): update actions/github-script action to v7
2 parents 113caa8 + c36eede commit a2457bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sync-root/.github/workflows/terraform-validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
terraform init
6161
terraform test
6262
63-
- uses: actions/github-script@v6
63+
- uses: actions/github-script@v7
6464
if: github.event_name == 'pull_request' || always()
6565
with:
6666
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)