diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2992956..a1bcf1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: python-version: ["3.10", "3.11", "3.12", "3.13"] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v6 @@ -43,7 +43,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.python-version == '3.12' - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml diff --git a/.github/workflows/prsop.yml b/.github/workflows/prsop.yml index 2a69604..e38a291 100644 --- a/.github/workflows/prsop.yml +++ b/.github/workflows/prsop.yml @@ -12,7 +12,7 @@ jobs: name: PR governance runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 fetch-tags: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2fe019a..59e5e4a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: version: ${{ steps.decide.outputs.version }} publish: ${{ steps.decide.outputs.publish }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Decide whether this version needs publishing id: decide @@ -59,10 +59,10 @@ jobs: if: needs.check.outputs.publish == 'true' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.12" @@ -78,7 +78,7 @@ jobs: run: ls -lh dist/ - name: Upload build artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: dist path: dist/ @@ -95,7 +95,7 @@ jobs: id-token: write # required for PyPI trusted publishing (OIDC) steps: - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: dist path: dist/ @@ -112,10 +112,10 @@ jobs: permissions: contents: write # required for creating a GitHub release steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: dist path: dist/