Bump actions/checkout from 2.3.2 to 3.3.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.2 to 3.3.0.
- [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.3.2...v3.3.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-06 09:09:20 +00:00 committed by GitHub
parent adcaa9e375
commit 921411735b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -22,7 +22,7 @@ jobs:
update: true
install: zlib
- uses: actions/checkout@v2.3.2
- uses: actions/checkout@v3.3.0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.2
- uses: actions/checkout@v3.3.0
- name: Set up Python
uses: actions/setup-python@v2
@ -77,7 +77,7 @@ jobs:
python-version: "3.10"
- name: Checkout branch
uses: actions/checkout@v2.3.2
uses: actions/checkout@v3.3.0
- name: Restore docs environment and build docs
run: |

View file

@ -25,7 +25,7 @@ jobs:
update: true
install: zlib
- uses: actions/checkout@v2.3.2
- uses: actions/checkout@v3.3.0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2