From ff620f8763d865193c2fab6294cd8bc7904b1b40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 16:20:47 +0000 Subject: [PATCH] Bump the github-actions group across 1 directory with 5 updates Bumps the github-actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](/~https://github.com/actions/checkout) | `3` | `4` | | [actions/setup-python](/~https://github.com/actions/setup-python) | `4` | `5` | | [crazy-max/ghaction-github-labeler](/~https://github.com/crazy-max/ghaction-github-labeler) | `4` | `5` | | [release-drafter/release-drafter](/~https://github.com/release-drafter/release-drafter) | `5` | `6` | | [codecov/codecov-action](/~https://github.com/codecov/codecov-action) | `1` | `5` | Updates `actions/checkout` from 3 to 4 - [Release notes](/~https://github.com/actions/checkout/releases) - [Changelog](/~https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](/~https://github.com/actions/checkout/compare/v3...v4) Updates `actions/setup-python` from 4 to 5 - [Release notes](/~https://github.com/actions/setup-python/releases) - [Commits](/~https://github.com/actions/setup-python/compare/v4...v5) Updates `crazy-max/ghaction-github-labeler` from 4 to 5 - [Release notes](/~https://github.com/crazy-max/ghaction-github-labeler/releases) - [Commits](/~https://github.com/crazy-max/ghaction-github-labeler/compare/v4...v5) Updates `release-drafter/release-drafter` from 5 to 6 - [Release notes](/~https://github.com/release-drafter/release-drafter/releases) - [Commits](/~https://github.com/release-drafter/release-drafter/compare/v5...v6) Updates `codecov/codecov-action` from 1 to 5 - [Release notes](/~https://github.com/codecov/codecov-action/releases) - [Changelog](/~https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](/~https://github.com/codecov/codecov-action/compare/v1...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: crazy-max/ghaction-github-labeler dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: release-drafter/release-drafter dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/labeler.yml | 4 ++-- .github/workflows/release-drafter.yml | 2 +- .github/workflows/release.yml | 6 +++--- .github/workflows/test.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 0d55db3e..86439a5e 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -11,9 +11,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run Labeler - uses: crazy-max/ghaction-github-labeler@v4 + uses: crazy-max/ghaction-github-labeler@v5 with: skip-delete: true diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 665bdd77..bb5f9b0b 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -11,6 +11,6 @@ jobs: if: github.repository_owner == 'PyCQA' runs-on: ubuntu-latest steps: - - uses: release-drafter/release-drafter@v5 + - uses: release-drafter/release-drafter@v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 69350229..d86f0820 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,12 +13,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 2 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.11" @@ -65,7 +65,7 @@ jobs: password: ${{ secrets.PYPI_API_TOKEN }} - name: Publish the release notes - uses: release-drafter/release-drafter@v5 + uses: release-drafter/release-drafter@v6 with: publish: ${{ steps.check-version.outputs.tag != '' }} tag: ${{ steps.check-version.outputs.tag }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index beb31417..b3dfbd5c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,4 +48,4 @@ jobs: - name: Report Coverage if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11' - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v5