Bump actions/setup-python from 5.1.0 to 5.1.1 (#1487)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 10 Jul 2024 17:53:21 +0000 (19:53 +0200)
committerGitHub <noreply@github.com>
Wed, 10 Jul 2024 17:53:21 +0000 (19:53 +0200)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5.1.0...v5.1.1)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/release.yml
.github/workflows/test.yml

index 10fb267a592b1ad72dc374ecf5a79847d8c4846d..a25aeee0a041769b69e1ae999065b7a49dec51c5 100644 (file)
@@ -31,7 +31,7 @@ jobs:
             fi
           fi
       - name: Set up Python ${{ env.PYTHON_VERSION }}
-        uses: actions/setup-python@v5.1.0
+        uses: actions/setup-python@v5.1.1
         with:
           python-version: ${{ env.PYTHON_VERSION }}
       - name: Install build
index 8d4ea7edd46cdc1557c3193cc3228cb25c88546e..4820c00c9d507123bce808291ee863d6a645833c 100644 (file)
@@ -18,7 +18,7 @@ jobs:
       - name: Check out code from GitHub
         uses: actions/checkout@v4
       - name: Set up Python
-        uses: actions/setup-python@v5.1.0
+        uses: actions/setup-python@v5.1.1
         with:
           python-version: "3.11"
       - name: Install dependencies
@@ -43,7 +43,7 @@ jobs:
       - name: Check out code from GitHub
         uses: actions/checkout@v4
       - name: Set up Python ${{ matrix.python-version }}
-        uses: actions/setup-python@v5.1.0
+        uses: actions/setup-python@v5.1.1
         with:
           python-version: ${{ matrix.python-version }}
       - name: Install dependencies