Skip to content

Commit 8a0516f

Browse files
Bump actions/github-script from 0.3.0 to 6.4.1
Bumps [actions/github-script](https://github.com/actions/github-script) from 0.3.0 to 6.4.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@0.3.0...v6.4.1) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 73d3510 commit 8a0516f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/VersionVigilante_pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
- name: ✅ Un-Labeller (if success)
2020
if: (steps.versionvigilante_main.outputs.compare_versions == 'success') && (success() || failure())
2121
continue-on-error: true
22-
uses: actions/github-script@0.3.0
22+
uses: actions/github-script@v6.4.1
2323
with:
2424
github-token: ${{secrets.GITHUB_TOKEN}}
2525
script: |
2626
github.issues.removeLabel({...context.issue, name: 'needs version bump'})
2727
- name: ❌ Labeller (if failure)
2828
if: (steps.versionvigilante_main.outputs.compare_versions == 'failure') && (success() || failure())
2929
continue-on-error: true
30-
uses: actions/github-script@0.3.0
30+
uses: actions/github-script@v6.4.1
3131
with:
3232
github-token: ${{secrets.GITHUB_TOKEN}}
3333
script: |

0 commit comments

Comments
 (0)