diff --git a/.github/workflows/update-contributors.yml b/.github/workflows/update-contributors.yml index 18e978a07e..b5f273bc92 100644 --- a/.github/workflows/update-contributors.yml +++ b/.github/workflows/update-contributors.yml @@ -14,7 +14,7 @@ jobs: pull-requests: write # Needed for creating PRs steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v3