diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9c21a05..164d881 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: if: ${{ github.event_name == 'push' }} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 persist-credentials: false