Skip to content
This repository was archived by the owner on Jul 26, 2022. It is now read-only.

Commit e45198b

Browse files
chore(deps): bump actions/github-script from v3 to v4.0.2 (#720)
Bumps [actions/github-script](https://github.com/actions/github-script) from v3 to v4.0.2. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v3...a3e7071) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f3edcb5 commit e45198b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-container.yaml

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

3030
- name: Image name
3131
id: image_name
32-
uses: actions/github-script@v3
32+
uses: actions/github-script@v4.0.2
3333
with:
3434
github-token: ${{secrets.GITHUB_TOKEN}}
3535
script: |

0 commit comments

Comments
 (0)