diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83d3d2dcf3..0fa4f98d22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: persist-credentials: false - name: Install @@ -24,4 +24,4 @@ jobs: with: ACCESS_TOKEN: ${{ secrets.TOKEN }} BRANCH: gh-pages - FOLDER: dist \ No newline at end of file + FOLDER: dist