diff options
| author | Michael Merickel <michael@merickel.org> | 2024-01-27 11:23:15 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-27 11:23:15 -0700 |
| commit | 3c92e82898fec7870083736c0fb960336b4852b9 (patch) | |
| tree | da77136cfe2ce8e47766a33628f95d61d390cade /.github | |
| parent | 165b16c822754c61faa46d2b64ce3cad4e183cd4 (diff) | |
| parent | 0c7718077ce106ce34c8167a45f4700eb6dd9dd0 (diff) | |
| download | pyramid-3c92e82898fec7870083736c0fb960336b4852b9.tar.gz pyramid-3c92e82898fec7870083736c0fb960336b4852b9.tar.bz2 pyramid-3c92e82898fec7870083736c0fb960336b4852b9.zip | |
Merge pull request #3738 from Pylons/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
Diffstat (limited to '.github')
| -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 cc1df08ae..f24159c40 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -50,7 +50,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 }} @@ -63,7 +63,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.12 architecture: x64 @@ -75,7 +75,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 @@ -87,7 +87,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 |
