Skip to content

Commit

Permalink
Update dev-hato/actions-diff-pr-management action to v1.0.1 (#30)
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 2, 2022
1 parent 3748a1a commit 8f02935
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@v1.0.0
- uses: dev-hato/actions-diff-pr-management@v1.0.1
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@v1.0.0
- uses: dev-hato/actions-diff-pr-management@v1.0.1
with:
github-token: ${{inputs.github-token}}
branch-name-prefix: update-dockle
Expand Down

0 comments on commit 8f02935

Please sign in to comment.