Skip to content

Commit

Permalink
Merge pull request #76 from qbicsoftware/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/github-script-7

Bump actions/github-script from 6 to 7
  • Loading branch information
wow-such-code authored Jul 8, 2024
2 parents 4d77956 + c87b2d0 commit 72ad921
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
&& !( contains(github.event.inputs.versionTag, 'alpha')
|| contains(github.event.inputs.versionTag, 'beta')
|| contains(github.event.inputs.versionTag, 'rc')) }}
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{secrets.JOHNNY_Q5_REPORTS_TOKEN}}
script: |
Expand All @@ -58,7 +58,7 @@ jobs:
&& ( contains(github.event.inputs.versionTag, 'alpha')
|| contains(github.event.inputs.versionTag, 'beta')
|| contains(github.event.inputs.versionTag, 'rc')) }}
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{secrets.JOHNNY_Q5_REPORTS_TOKEN}}
script: |
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
run: git push

- name: Open PR with version bump
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{secrets.JOHNNY_Q5_REPORTS_TOKEN}}
script: |
Expand Down

0 comments on commit 72ad921

Please sign in to comment.