Skip to content

Commit

Permalink
actions(deps): bump actions/github-script from 6 to 7
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v6...v7)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Nov 16, 2023
1 parent 0d4077c commit 1933a95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/terraform-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: mv workflows-reusable-terraform ..

- name: Read the current Terraform version
uses: actions/github-script@v6
uses: actions/github-script@v7
id: version
with:
script: >
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:

- name: Report on the Terraform initilisation
if: inputs.type == 'configuration' || inputs.type == 'example'
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: >
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
continue-on-error: true

- name: Report on Terraform fmt and validation outcome
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: >
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: mv workflows-reusable-terraform ..

- name: Read the current Terraform version
uses: actions/github-script@v6
uses: actions/github-script@v7
id: version
with:
script: >
Expand Down

0 comments on commit 1933a95

Please sign in to comment.