Chore(deps): Bump actions/setup-python from 5.4.0 to 5.5.0 (#2062)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 25 Mar 2025 18:20:20 +0000 (19:20 +0100)
committerGitHub <noreply@github.com>
Tue, 25 Mar 2025 18:20:20 +0000 (19:20 +0100)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5.4.0...v5.5.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 6df2049a43ac0cd8718e5713d2755c80d3f928bf..16166f941586fc9e241f4ce9ae75e8e43b897f5e 100644 (file)
@@ -35,7 +35,7 @@ jobs:
             fi
           fi
       - name: Set up Python ${{ env.PYTHON_VERSION }}
-        uses: actions/setup-python@v5.4.0
+        uses: actions/setup-python@v5.5.0
         with:
           python-version: ${{ env.PYTHON_VERSION }}
       - name: Install build
index a1a093783643fc9d4ef1dbbae4226bc0fc577211..cf0548a49096a7265037c832a5c94d14c98898ea 100644 (file)
@@ -22,7 +22,7 @@ jobs:
       - name: Check out code from GitHub
         uses: actions/checkout@v4
       - name: Set up Python
-        uses: actions/setup-python@v5.4.0
+        uses: actions/setup-python@v5.5.0
         with:
           python-version: "3.12"
       - name: Install dependencies
@@ -47,7 +47,7 @@ jobs:
       - name: Check out code from GitHub
         uses: actions/checkout@v4
       - name: Set up Python ${{ matrix.python-version }}
-        uses: actions/setup-python@v5.4.0
+        uses: actions/setup-python@v5.5.0
         with:
           python-version: ${{ matrix.python-version }}
       - name: Install dependencies