Skip to content

Commit

Permalink
Update dev-hato/actions-diff-pr-management action to v1.0.9 (#356)
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 19, 2022
1 parent 43d868f commit 0d8024a
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 @@ -28,7 +28,7 @@ jobs:
with:
cache: npm
- run: npm install
- uses: dev-hato/actions-diff-pr-management@v1.0.8
- uses: dev-hato/actions-diff-pr-management@v1.0.9
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 @@ -22,7 +22,7 @@ runs:
return await script({github})
- shell: bash
run: echo '${{ steps.get_latest_dockle_version.outputs.result }}' > .dockle-version
- uses: dev-hato/actions-diff-pr-management@v1.0.8
- uses: dev-hato/actions-diff-pr-management@v1.0.9
with:
github-token: ${{inputs.github-token}}
branch-name-prefix: update-dockle
Expand Down

0 comments on commit 0d8024a

Please sign in to comment.