diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-07 08:20:46 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-07 08:20:46 +0000 |
| commit | 0c7718077ce106ce34c8167a45f4700eb6dd9dd0 (patch) | |
| tree | 6e06868052bffbce11df3bf649b82c8b30284ac9 | |
| parent | 3739a7790ba92c34098df3d804f27a1d8429f9fe (diff) | |
| download | pyramid-0c7718077ce106ce34c8167a45f4700eb6dd9dd0.tar.gz pyramid-0c7718077ce106ce34c8167a45f4700eb6dd9dd0.tar.bz2 pyramid-0c7718077ce106ce34c8167a45f4700eb6dd9dd0.zip | |
Bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | .github/workflows/ci-tests.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 4f2aaa9bc..b63b40b8c 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -49,7 +49,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.py }} architecture: ${{ matrix.architecture }} @@ -62,7 +62,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.11 architecture: x64 @@ -74,7 +74,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.8 architecture: x64 @@ -86,7 +86,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.8 architecture: x64 |
