Skip to content

Commit

Permalink
Merge pull request #11441 from nextcloud/dependabot/github_actions/pa…
Browse files Browse the repository at this point in the history
…scalgn/automerge-action-0.16.2
  • Loading branch information
dependabot[bot] authored Jan 18, 2024
2 parents 0231054 + b75995d commit 8561756
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate_catalog_templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
github-token: "${{ secrets.GITHUB_TOKEN }}"
pull-request-number: ${{ steps.cpr.outputs.pull-request-number }}

- uses: pascalgn/automerge-action@v0.15.6
- uses: pascalgn/automerge-action@v0.16.2
if: steps.cpr.outputs.pull-request-operation == 'created'
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/transifex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Auto-merge
needs: approve
steps:
- uses: pascalgn/automerge-action@v0.15.6
- uses: pascalgn/automerge-action@v0.16.2
if: github.actor == 'transifex-integration[bot]'
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 8561756

Please sign in to comment.