Skip to content

Commit 87cf85d

Browse files
authored
Update GitHub Action versions (#873)
1 parent 48e73a2 commit 87cf85d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/auto-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
114114
- name: Create Pull Request
115115
id: cpr
116-
uses: peter-evans/create-pull-request@v4
116+
uses: peter-evans/create-pull-request@v5
117117
with:
118118
commit-message: 'Automated Extension submission for issue #${{ github.event.issue.number }}'
119119
committer: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
if: ${{ contains(github.event.pull_request.labels.*.name, '✨ New extension') || contains(github.event.pull_request.labels.*.name, '🔄 Extension update') }}
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212

1313
- name: Rebuild the database
1414
run: |

.github/workflows/commands.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ jobs:
55
runs-on: ubuntu-latest
66
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '!merge') }}
77
steps:
8-
- uses: xt0rted/pull-request-comment-branch@v1
8+
- uses: xt0rted/pull-request-comment-branch@v2
99
id: comment-branch
1010

11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
with:
1313
ref: ${{ steps.comment-branch.outputs.head_ref }}
1414
fetch-depth: 0
@@ -58,10 +58,10 @@ jobs:
5858
runs-on: ubuntu-latest
5959
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '!update') }}
6060
steps:
61-
- uses: xt0rted/pull-request-comment-branch@v1
61+
- uses: xt0rted/pull-request-comment-branch@v2
6262
id: comment-branch
6363

64-
- uses: actions/checkout@v2
64+
- uses: actions/checkout@v3
6565
with:
6666
ref: ${{ steps.comment-branch.outputs.head_ref }}
6767

0 commit comments

Comments
 (0)