diff options
| author | Bert JW Regeer <xistence@0x58.com> | 2022-12-27 15:13:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-27 15:13:29 +0100 |
| commit | 5a3c3c9ddc221c0dfec02c91da466e6b26acd903 (patch) | |
| tree | 97883104cc8e47ec819af256e67af3af2a7cc100 /.github | |
| parent | 1ca233b0eb269df62c68f60c6be0fcc7463642d4 (diff) | |
| parent | f01ff60ceae1caa25271bd9f2616b80f54761130 (diff) | |
| download | pyramid-5a3c3c9ddc221c0dfec02c91da466e6b26acd903.tar.gz pyramid-5a3c3c9ddc221c0dfec02c91da466e6b26acd903.tar.bz2 pyramid-5a3c3c9ddc221c0dfec02c91da466e6b26acd903.zip | |
Merge pull request #3719 from Pylons/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 2 to 4
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 14baf41db..54fb055d1 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -48,7 +48,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Setup python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.py }} architecture: ${{ matrix.architecture }} @@ -61,7 +61,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Setup python - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: 3.8 architecture: x64 @@ -73,7 +73,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Setup python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: 3.8 architecture: x64 @@ -85,7 +85,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Setup python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: 3.8 architecture: x64 |
