Skip to content

Commit dcd06b6

Browse files
chore(deps): update actions/github-script action to v9 (#432)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/github-script](https://redirect.github.com/actions/github-script) | action | major | `v8` → `v9` | --- ### Release Notes <details> <summary>actions/github-script (actions/github-script)</summary> ### [`v9`](https://redirect.github.com/actions/github-script/compare/v8...v9) [Compare Source](https://redirect.github.com/actions/github-script/compare/v8...v9) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/canonical/identity-platform-login-ui-operator). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjExMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
2 parents 8a294ec + e741b06 commit dcd06b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/terraform_module.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
run: terraform validate -no-color
3232
working-directory: terraform
3333

34-
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
34+
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
3535
if: github.event_name == 'pull_request'
3636
env:
3737
PLAN: "terraform\n${{ steps.plan.outputs.stdout }}"

0 commit comments

Comments
 (0)