Skip to content

Commit

Permalink
Bump actions/github-script from 5 to 6 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 14, 2022
1 parent 314598c commit 9f97ecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
packages: write
steps:
- name: Ensure version does not start with 'v'
uses: actions/github-script@v5
uses: actions/github-script@v6
with:
github-token: ${{ github.token }}
script: |
Expand All @@ -44,7 +44,7 @@ jobs:
- run: ./scripts/build-release.sh
- run: ./scripts/test-release.sh "${{ github.event.inputs.version }}"
- name: Create tag
uses: actions/github-script@v5
uses: actions/github-script@v6
with:
github-token: ${{ github.token }}
script: |
Expand Down

0 comments on commit 9f97ecd

Please sign in to comment.