diff --git a/.github/workflows/push-to-remote.yml b/.github/workflows/push-to-remote.yml index 943ab02..b395ac2 100644 --- a/.github/workflows/push-to-remote.yml +++ b/.github/workflows/push-to-remote.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v6 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0