diff --git a/.github/workflows/ci-manifest.yml b/.github/workflows/ci-manifest.yml index cde7c20f52..e1408d7b3a 100644 --- a/.github/workflows/ci-manifest.yml +++ b/.github/workflows/ci-manifest.yml @@ -23,4 +23,4 @@ concurrency: jobs: manifest: name: "check-manifest" - uses: scitools/workflows/.github/workflows/ci-manifest.yml@2026.05.0 + uses: scitools/workflows/.github/workflows/ci-manifest.yml@2026.06.0 diff --git a/.github/workflows/ci-template-check.yml b/.github/workflows/ci-template-check.yml index 3475c14d25..14b80657d4 100644 --- a/.github/workflows/ci-template-check.yml +++ b/.github/workflows/ci-template-check.yml @@ -10,7 +10,7 @@ on: jobs: prompt-share: - uses: scitools/workflows/.github/workflows/ci-template-check.yml@2026.05.0 + uses: scitools/workflows/.github/workflows/ci-template-check.yml@2026.06.0 secrets: inherit with: pr_number: ${{ github.event.pull_request.number }} diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 76b10d06c7..44489800f1 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -143,6 +143,6 @@ jobs: - name: "upload coverage report" if: ${{ matrix.coverage }} - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file diff --git a/.github/workflows/refresh-lockfiles.yml b/.github/workflows/refresh-lockfiles.yml index df6929bdab..00342cff4d 100644 --- a/.github/workflows/refresh-lockfiles.yml +++ b/.github/workflows/refresh-lockfiles.yml @@ -14,5 +14,5 @@ on: jobs: refresh_lockfiles: - uses: scitools/workflows/.github/workflows/refresh-lockfiles.yml@2026.05.0 + uses: scitools/workflows/.github/workflows/refresh-lockfiles.yml@2026.06.0 secrets: inherit