diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 708df21..e093813 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v7 with: fetch-depth: 0 # Fetch full git history for developer attribution token: ${{ secrets.GH_PAT || secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 9deef49..2177747 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -1,4 +1,4 @@ -name: Update README Tables +name: Update README Tables on: push: @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 # Full history for git log dates token: ${{ secrets.GH_PAT || secrets.GITHUB_TOKEN }}