summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2022-12-29 17:41:11 -0600
committerGitHub <noreply@github.com>2022-12-29 17:41:11 -0600
commitb92cafe3b98b9ec77931c9cf17afe8367f093ca9 (patch)
treeb02660967e31fb91958ce4b83f20f7caeb4e9401
parent7e40a2c0aef8eb68ba228af07894a8323e058655 (diff)
parentd93f669314a9430c0a6ef6152b2d7dba6f81a0a3 (diff)
downloadpastedeploy-git-b92cafe3b98b9ec77931c9cf17afe8367f093ca9.tar.gz
Merge pull request #41 from Pylons/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
-rw-r--r--.github/workflows/ci-tests.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml
index fc11c6e..7a89f2c 100644
--- a/.github/workflows/ci-tests.yml
+++ b/.github/workflows/ci-tests.yml
@@ -37,7 +37,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:
@@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
name: Validate coverage
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Setup python 3.10
uses: actions/setup-python@v2
with:
@@ -63,7 +63,7 @@ jobs:
runs-on: ubuntu-latest
name: Build the documentation
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Setup python
uses: actions/setup-python@v2
with:
@@ -75,7 +75,7 @@ jobs:
runs-on: ubuntu-latest
name: Lint the package
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Setup python
uses: actions/setup-python@v2
with: