diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a584d46..d9dd65c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,14 +13,14 @@ jobs: steps: - name: Checkout with token if: github.event_name != 'pull_request' - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.3.0 with: token: ${{ secrets.API_GITHUB_TOKEN }} submodules: true - name: Checkout without token if: github.event_name == 'pull_request' - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.3.0 with: submodules: true