Skip to content

Commit

Permalink
Update actions/github-script action to v6.1.1 (#111)
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 Aug 12, 2022
1 parent a2b10a4 commit f084f87
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
with:
github-token: ${{inputs.github-token}}
result-encoding: string
Expand Down Expand Up @@ -57,7 +57,7 @@ runs:
return version.join('.');
- name: Create release
uses: actions/[email protected].0
uses: actions/[email protected].1
env:
GITHUB_REF: ${{env.GITHUB_REF}}
with:
Expand Down

0 comments on commit f084f87

Please sign in to comment.