diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 071d064..3c7a789 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -8,7 +8,7 @@ jobs: if: github.ref == 'refs/heads/master' steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v6 with: fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index 7b57a5d..d630afa 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -24,7 +24,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Python 3.13 uses: actions/setup-python@v5