Skip to content

Commit 9187bd7

Browse files
authored
Merge pull request #50 from splitio/dependabot/github_actions/actions/github-script-8.0.0
Bump actions/github-script from 7.0.1 to 8.0.0
2 parents f8e07ae + 43016ee commit 9187bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

3737
- name: Fail workflow if tag exists
3838
if: ${{ github.event_name == 'pull_request' && steps.checkTag.outputs.exists == 'true' }}
39-
uses: actions/github-script@v7.0.1
39+
uses: actions/github-script@v8.0.0
4040
with:
4141
script: core.setFailed('[ERROR] Tag already exists.')
4242

0 commit comments

Comments
 (0)