diff --git a/.github/workflows/refresh-listing.yaml b/.github/workflows/refresh-listing.yaml index 310c5e94c..d7e83ab4f 100644 --- a/.github/workflows/refresh-listing.yaml +++ b/.github/workflows/refresh-listing.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Git Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.