diff options
| author | Michael Merickel <michael@merickel.org> | 2023-09-05 11:44:54 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-05 11:44:54 -0500 |
| commit | 156c8c8d8a99fe062ecc4a4cbf08ccf45ff8c498 (patch) | |
| tree | 69946b532bbe15dbec8c7f335c9f86933626259d | |
| parent | 8a4f6ebe38d7cea9ea7845b10437604cdb4ed489 (diff) | |
| parent | bc574889088d22d8a172bb0d7567bdb1549b2d8e (diff) | |
| download | pyramid-156c8c8d8a99fe062ecc4a4cbf08ccf45ff8c498.tar.gz pyramid-156c8c8d8a99fe062ecc4a4cbf08ccf45ff8c498.tar.bz2 pyramid-156c8c8d8a99fe062ecc4a4cbf08ccf45ff8c498.zip | |
Merge pull request #3732 from Pylons/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
| -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 993df6109..4f2aaa9bc 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -47,7 +47,7 @@ jobs: name: "Python: ${{ matrix.py }}-${{ matrix.architecture }} on ${{ matrix.os }}" runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup python uses: actions/setup-python@v4 with: @@ -60,7 +60,7 @@ jobs: runs-on: ubuntu-20.04 name: Validate coverage steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup python uses: actions/setup-python@v4 with: @@ -72,7 +72,7 @@ jobs: runs-on: ubuntu-20.04 name: Build the documentation steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup python uses: actions/setup-python@v4 with: @@ -84,7 +84,7 @@ jobs: runs-on: ubuntu-20.04 name: Lint the package steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup python uses: actions/setup-python@v4 with: |
