fix gha warnings for outdated actions (#8194)

This commit is contained in:
Denys Vuika
2023-01-26 15:58:44 +00:00
committed by GitHub
parent 2c248a611f
commit 42dbfe25ac
2 changed files with 3 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
on:
on:
issue_comment:
types: [created]
name: Automatic Rebase
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the latest code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Automatic Rebase