Skip to content

Commit

Permalink
Update dev-hato/actions-diff-pr-management action to v1 (#25)
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 Jul 29, 2022
1 parent 2baa01f commit bf21361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
cache: npm
- run: npm install
- uses: dev-hato/actions-diff-pr-management@v0.0.11
- uses: dev-hato/actions-diff-pr-management@v1.0.0
with:
github-token: ${{secrets.GITHUB_TOKEN}}
branch-name-prefix: fix-package
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
return release.data.tag_name.replace('v', '');
- shell: bash
run: echo '${{ steps.get_latest_dockle_version.outputs.result }}' > .dockle-version
- uses: dev-hato/actions-diff-pr-management@v0.0.11
- uses: dev-hato/actions-diff-pr-management@v1.0.0
with:
github-token: ${{inputs.github-token}}
branch-name-prefix: update-dockle
Expand Down

0 comments on commit bf21361

Please sign in to comment.