Skip to content

Commit

Permalink
Update actions/github-script action to v7.0.1 (#1343)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 18, 2023
1 parent 3d48397 commit 3e6b55a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
steps:
- name: Increment version
id: increment_version
uses: actions/[email protected].0
uses: actions/[email protected].1
env:
SHA: ${{ github.sha }}
with:
Expand All @@ -20,7 +20,7 @@ runs:
const script = require('${{ github.action_path }}/scripts/action/increment_version.js')
return await script({github, context})
- name: Create release
uses: actions/[email protected].0
uses: actions/[email protected].1
env:
GITHUB_REF: ${{env.GITHUB_REF}}
TAG_NAME: ${{ steps.increment_version.outputs.result }}
Expand Down

0 comments on commit 3e6b55a

Please sign in to comment.