diff options
| author | Bert JW Regeer <xistence@0x58.com> | 2022-12-27 15:13:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-27 15:13:19 +0100 |
| commit | 1ca233b0eb269df62c68f60c6be0fcc7463642d4 (patch) | |
| tree | 446efcc67c3411585101bde6f230cf8d8beebeb0 | |
| parent | 5bc32e59fdb89569be23de1b7f851a169587362a (diff) | |
| parent | 763258441f78e58a2c07143734a67a2856ea6eca (diff) | |
| download | pyramid-1ca233b0eb269df62c68f60c6be0fcc7463642d4.tar.gz pyramid-1ca233b0eb269df62c68f60c6be0fcc7463642d4.tar.bz2 pyramid-1ca233b0eb269df62c68f60c6be0fcc7463642d4.zip | |
Merge pull request #3718 from Pylons/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
| -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 605ebdae0..14baf41db 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -46,7 +46,7 @@ jobs: name: "Python: ${{ matrix.py }}-${{ matrix.architecture }} on ${{ matrix.os }}" runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Setup python uses: actions/setup-python@v2 with: @@ -59,7 +59,7 @@ jobs: runs-on: ubuntu-20.04 name: Validate coverage steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Setup python uses: actions/setup-python@v1 with: @@ -71,7 +71,7 @@ jobs: runs-on: ubuntu-20.04 name: Build the documentation steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Setup python uses: actions/setup-python@v2 with: @@ -83,7 +83,7 @@ jobs: runs-on: ubuntu-20.04 name: Lint the package steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Setup python uses: actions/setup-python@v2 with: |
