Skip to content

Commit cd1006e

Browse files
Bump actions/github-script from 8 to 9
Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9fa5853 commit cd1006e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/aws-cfn-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Apply cfn-templates label on PR
21-
uses: actions/github-script@v8
21+
uses: actions/github-script@v9
2222
if: ${{ github.event_name == 'pull_request' }}
2323
with:
2424
script: |

.github/workflows/bicep-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Apply arm-templates label on PR
28-
uses: actions/github-script@v8
28+
uses: actions/github-script@v9
2929
if: ${{ github.event_name == 'pull_request' }}
3030
with:
3131
script: |

0 commit comments

Comments
 (0)