Bump actions/setup-python from 5.0.0 to 5.1.0 (#1183)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 26 Mar 2024 19:01:04 +0000 (20:01 +0100)
committerGitHub <noreply@github.com>
Tue, 26 Mar 2024 19:01:04 +0000 (20:01 +0100)
Bumps [actions/setup-python](https://github.com/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.0.0...v5.1.0)

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

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 b8acfa0a2c7fbfd159343712ef2ed0c4d9457d41..1749e535de65b3774ab9019246a0a56c6e796fe0 100644 (file)
@@ -16,7 +16,7 @@ jobs:
         id: vars
         run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
       - name: Set up Python 3.11
-        uses: actions/setup-python@v5.0.0
+        uses: actions/setup-python@v5.1.0
         with:
           python-version: "3.11"
       - name: Install build
index ab2522d16fd91ed83c9a3d94848ed519cb88769e..dcf112179a3bf90b5e9377bbd6cb3b761cbe0603 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.0.0
+        uses: actions/setup-python@v5.1.0
         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.0.0
+        uses: actions/setup-python@v5.1.0
         with:
           python-version: ${{ matrix.python-version }}
       - name: Install dependencies