diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 6bea246..7762126 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -11,7 +11,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install the latest version of uv and set the python version uses: astral-sh/setup-uv@v7 with: diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index d58fcc2..cae48c1 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -13,7 +13,7 @@ jobs: env: PYTHON: ${{ matrix.python-version }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install the latest version of uv and set the python version uses: astral-sh/setup-uv@v7 with: @@ -29,7 +29,7 @@ jobs: run: | uv run tox --skip-pkg-install - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} slug: braniii/prettypyplot diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 4024c7b..41c5dd4 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -24,7 +24,7 @@ jobs: id-token: write # IMPORTANT: this permission is mandatory for trusted publishing steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: astral-sh/setup-uv@v7 - name: Build package run: |