diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 4dfcb600a..2ae028f06 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -80,7 +80,7 @@ jobs: - name: "Checkout code (fork)" if: ${{ steps.config.outputs.is_fork == 'true' }} - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # Number of commits to fetch. 0 indicates all history for all branches and tags. fetch-tags: true # Whether to fetch tags, even if fetch-depth > 0. @@ -89,7 +89,7 @@ jobs: - name: "Checkout code" if: ${{ steps.config.outputs.is_fork != 'true' }} - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # Number of commits to fetch. 0 indicates all history for all branches and tags. fetch-tags: true # Whether to fetch tags, even if fetch-depth > 0. diff --git a/.github/workflows/update-sars-cov-2-datasets.yml b/.github/workflows/update-sars-cov-2-datasets.yml index 5638f82bf..498531eff 100644 --- a/.github/workflows/update-sars-cov-2-datasets.yml +++ b/.github/workflows/update-sars-cov-2-datasets.yml @@ -30,7 +30,7 @@ jobs: steps: - name: "Checkout code" if: ${{ steps.config.outputs.is_fork != 'true' }} - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # Number of commits to fetch. 0 indicates all history for all branches and tags. fetch-tags: true # Whether to fetch tags, even if fetch-depth > 0.