diff options
-rw-r--r-- | .github/workflows/update-stubs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-stubs.yml b/.github/workflows/update-stubs.yml index 671846e..ff07b45 100644 --- a/.github/workflows/update-stubs.yml +++ b/.github/workflows/update-stubs.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest permissions: { pull-requests: "write", contents: "write" } steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Update Stubs with LPM env: { GITHUB_TOKEN: "${{ github.token }}" } run: | |