summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-27 14:09:24 +0000
committerGitHub <noreply@github.com>2022-12-27 14:09:24 +0000
commit763258441f78e58a2c07143734a67a2856ea6eca (patch)
tree446efcc67c3411585101bde6f230cf8d8beebeb0 /.github
parent5bc32e59fdb89569be23de1b7f851a169587362a (diff)
downloadpyramid-763258441f78e58a2c07143734a67a2856ea6eca.tar.gz
pyramid-763258441f78e58a2c07143734a67a2856ea6eca.tar.bz2
pyramid-763258441f78e58a2c07143734a67a2856ea6eca.zip
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-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 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: