diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 788029ac3..ad8c62cb0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') steps: - name: Clone repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: persist-credentials: false - name: Clone uAssets