Skip to content

Commit 44b6144

Browse files
fix: bump actions/github-script from d746ffe35508b1917358783b479e04febd2b8f71 to 3a2844b7e9c422d3c10d287c895573f7108da1b3 (#151)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c86acd commit 44b6144

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)