Skip to content

Commit a83fd5a

Browse files
fix: bump actions/github-script
Bumps [actions/github-script](https://github.com/actions/github-script) from d746ffe35508b1917358783b479e04febd2b8f71 to 3a2844b7e9c422d3c10d287c895573f7108da1b3. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@d746ffe...3a2844b) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4c86acd commit a83fd5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
release-type: terraform-module
3131
# https://github.com/actions/github-script/releases
32-
- uses: actions/github-script@d746ffe35508b1917358783b479e04febd2b8f71 # v9.0.0
32+
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
3333
if: steps.release-please.outputs.pr
3434
with:
3535
github-token: ${{secrets.GITHUB_TOKEN}}
@@ -140,7 +140,7 @@ jobs:
140140
runs-on: ubuntu-latest
141141
steps:
142142
# https://github.com/actions/github-script/releases
143-
- uses: actions/github-script@d746ffe35508b1917358783b479e04febd2b8f71 # v9.0.0
143+
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
144144
with:
145145
github-token: ${{secrets.GITHUB_TOKEN}}
146146
script: |

0 commit comments

Comments
 (0)