actions: Update

This commit is contained in:
Owain van Brakel
2020-11-17 03:19:21 +01:00
parent ed3ab8d094
commit 4f7ee89c71
7 changed files with 38 additions and 46 deletions

View File

@@ -13,7 +13,7 @@ jobs:
steps:
- name: automerge
if: github.event_name == 'pull_request' && github.actor == 'Owain94'
uses: pascalgn/automerge-action@master
uses: pascalgn/automerge-action@v0.12.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MERGE_FORKS: false
@@ -32,7 +32,7 @@ jobs:
- name: Delete PR head branch
if: github.event_name == 'pull_request' && github.actor == 'Owain94'
uses: dawidd6/action-delete-branch@master
uses: dawidd6/action-delete-branch@v3.0.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branches: ${{ steps.extract_branch.outputs.branch }}