From 21f357dfad41837e4b319d1d6685b98a54af6b77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 16:47:34 +0000 Subject: [PATCH] Bump actions/setup-python from 4.7.0 to 4.8.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.0 to 4.8.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.7.0...v4.8.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build_docs.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/maintainability.yml | 2 +- .github/workflows/test_coverage.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index e9cbb2e..1a96d3d 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -22,7 +22,7 @@ jobs: - run: echo "The workflow is now ready to test your code on the runner." - name: Set up Python - uses: actions/setup-python@v4.7.0 + uses: actions/setup-python@v4.8.0 with: python-version: '3.9' diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8b26492..db93264 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,7 +24,7 @@ jobs: - run: echo "The workflow is now ready to test your code on the runner." - name: Set up Python - uses: actions/setup-python@v4.7.0 + uses: actions/setup-python@v4.8.0 with: python-version: '3.9' diff --git a/.github/workflows/maintainability.yml b/.github/workflows/maintainability.yml index 39bcf95..d005d3a 100644 --- a/.github/workflows/maintainability.yml +++ b/.github/workflows/maintainability.yml @@ -23,7 +23,7 @@ jobs: - run: echo "The workflow is now ready to test your code on the runner." - name: Set up Python - uses: actions/setup-python@v4.7.0 + uses: actions/setup-python@v4.8.0 with: python-version: '3.9' diff --git a/.github/workflows/test_coverage.yml b/.github/workflows/test_coverage.yml index b970d9f..4347805 100644 --- a/.github/workflows/test_coverage.yml +++ b/.github/workflows/test_coverage.yml @@ -18,7 +18,7 @@ jobs: - run: echo "The workflow is now ready to test your code on the runner." - name: Set up Python - uses: actions/setup-python@v4.7.0 + uses: actions/setup-python@v4.8.0 with: python-version: '3.9'