diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index cb2599e..da07598 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -28,7 +28,7 @@ jobs: HUGO_CACHE_CONTAINER_DIR: /src/.hugo_cache steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/update-model-catalog-lock.yml b/.github/workflows/update-model-catalog-lock.yml index e842115..f616302 100644 --- a/.github/workflows/update-model-catalog-lock.yml +++ b/.github/workflows/update-model-catalog-lock.yml @@ -20,7 +20,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0