Skip to content

Commit 68599d2

Browse files
Bump actions/github-script from 6 to 7 (#33)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4922856 commit 68599d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
needs: [validate, tfsec, caller-identity-check]
104104
steps:
105105
- name: Auto Approve PR
106-
uses: actions/github-script@v6
106+
uses: actions/github-script@v7
107107
with:
108108
github-token: ${{ github.token }}
109109
script: |

0 commit comments

Comments
 (0)