Skip to content

Commit

Permalink
Merge pull request #70 from pkgjs/renovate/actions-github-script-7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dominykas committed Nov 20, 2023
2 parents 699914b + 50e9d03 commit 25721de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-release-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: Get repo HEAD ref
id: new-tag
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Move major tag ${{ steps.new-tag.outputs.major }}
if: ${{ steps.new-tag.outputs.major }}
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
Expand All @@ -71,7 +71,7 @@ jobs:
- name: Move minor tag ${{ steps.new-tag.outputs.minor }}
if: ${{ steps.new-tag.outputs.minor }}
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
Expand Down

0 comments on commit 25721de

Please sign in to comment.