From 20630b8521bb3e8fcde6f8a4b70aa18e7c34d2d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 22:22:49 +0000 Subject: [PATCH 1/4] Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [actions/checkout](https://github.com/actions/checkout). Updates `actions/setup-python` from 5.0.0 to 5.1.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v5.1.0) Updates `actions/checkout` from 4.1.1 to 4.1.2 - [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/b4ffde65f46336ab88eb53be808477a3936bae11...9bb56186c3b09b4f86b1c65136769dd318469633) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/readme_example.yaml | 4 ++-- .github/workflows/test.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/readme_example.yaml b/.github/workflows/readme_example.yaml index 02978de..f8082fd 100644 --- a/.github/workflows/readme_example.yaml +++ b/.github/workflows/readme_example.yaml @@ -43,7 +43,7 @@ jobs: runs-on: "${{ matrix.os.runner }}" steps: # START_README_EXAMPLE_BLOCK - - uses: "actions/setup-python@v5" + - uses: "actions/setup-python@v5.1.0" with: python-version: | graalpy-23.1 @@ -87,7 +87,7 @@ jobs: name: "Verify (Windows)" runs-on: "windows-latest" steps: - - uses: "actions/setup-python@v5" + - uses: "actions/setup-python@v5.1.0" with: python-version: | pypy-3.10 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 60fe819..a49324b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -45,10 +45,10 @@ jobs: runs-on: "${{ matrix.os.runner }}" steps: - name: "Checkout the repository" - uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1 + uses: "actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633" # v4.1.2 - name: "Setup Pythons" - uses: "actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c" # v5.0.0 + uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0 with: python-version: "${{ format( @@ -103,7 +103,7 @@ jobs: runs-on: "${{ matrix.os.runner }}" steps: - name: "Checkout the repository" - uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1 + uses: "actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633" # v4.1.2 - name: "Test: Disable output file" uses: "./" From 2bc67b54fb0000fb11ae29b015b994f15e370b06 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 22:23:02 +0000 Subject: [PATCH 2/4] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2d12431..2b9c217 100644 --- a/README.rst +++ b/README.rst @@ -49,7 +49,7 @@ and tox test environments stored in ``.tox/``. .. START_README_EXAMPLE_BLOCK .. code-block:: yaml - - uses: "actions/setup-python@v5" + - uses: "actions/setup-python@v5.1.0" with: python-version: | graalpy-23.1 From d4146785a319ce18c88d3d0a7967ef639cd4f2cb Mon Sep 17 00:00:00 2001 From: Kurt McKee Date: Mon, 1 Apr 2024 19:49:29 -0500 Subject: [PATCH 3/4] Revert a change that affects the README example block --- .github/workflows/readme_example.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/readme_example.yaml b/.github/workflows/readme_example.yaml index f8082fd..02978de 100644 --- a/.github/workflows/readme_example.yaml +++ b/.github/workflows/readme_example.yaml @@ -43,7 +43,7 @@ jobs: runs-on: "${{ matrix.os.runner }}" steps: # START_README_EXAMPLE_BLOCK - - uses: "actions/setup-python@v5.1.0" + - uses: "actions/setup-python@v5" with: python-version: | graalpy-23.1 @@ -87,7 +87,7 @@ jobs: name: "Verify (Windows)" runs-on: "windows-latest" steps: - - uses: "actions/setup-python@v5.1.0" + - uses: "actions/setup-python@v5" with: python-version: | pypy-3.10 From 4dbebffc44c007b4a50180aecf74c7743088b819 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 00:49:34 +0000 Subject: [PATCH 4/4] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2b9c217..2d12431 100644 --- a/README.rst +++ b/README.rst @@ -49,7 +49,7 @@ and tox test environments stored in ``.tox/``. .. START_README_EXAMPLE_BLOCK .. code-block:: yaml - - uses: "actions/setup-python@v5.1.0" + - uses: "actions/setup-python@v5" with: python-version: | graalpy-23.1