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

Commit 8e15151

Browse files
chore(deps): bump actions/github-script from 4.0.2 to 4.1 (#824)
Bumps [actions/github-script](https://github.com/actions/github-script) from 4.0.2 to 4.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v4.0.2...v4.1) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 946f692 commit 8e15151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-container.yaml

+1-1
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@v4.0.2
32+
uses: actions/github-script@v4.1
3333
with:
3434
github-token: ${{secrets.GITHUB_TOKEN}}
3535
script: |

0 commit comments

Comments
 (0)