diff options
Diffstat (limited to '.github/workflows/update-readme.yml')
| -rw-r--r-- | .github/workflows/update-readme.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 62f8bd4fc..b8d40a009 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -11,7 +11,7 @@ jobs: name: Update README runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Prepare env: @@ -32,7 +32,7 @@ jobs: git clean -xf - name: Create Pull Request - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4 with: commit-message: Update README title: Update README |
