Chore(deps): Bump actions/setup-python from 5.3.0 to 5.4.0 (#1919)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 30 Jan 2025 11:35:24 +0000 (12:35 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Thu, 30 Jan 2025 11:43:31 +0000 (12:43 +0100)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5.3.0...v5.4.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 7f10fcc97c7c343daf78b4a6a7c5905526f25bdf..b4ea2a48c8cbece3ca155f06d2fb27890adc1e7a 100644 (file)
@@ -35,7 +35,7 @@ jobs:
             fi
           fi
       - name: Set up Python ${{ env.PYTHON_VERSION }}
-        uses: actions/setup-python@v5.3.0
+        uses: actions/setup-python@v5.4.0
         with:
           python-version: ${{ env.PYTHON_VERSION }}
       - name: Install build
index b85dfe9418274145f9fb857b0da4fa7027c816d6..a1a093783643fc9d4ef1dbbae4226bc0fc577211 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.3.0
+        uses: actions/setup-python@v5.4.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.3.0
+        uses: actions/setup-python@v5.4.0
         with:
           python-version: ${{ matrix.python-version }}
       - name: Install dependencies