Bump actions/checkout from 1 to 3

Bumps [actions/checkout](https://github.com/actions/checkout) from 1 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/v1...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>
pull/35/head
dependabot[bot] 2 years ago committed by GitHub
parent 2df540c9c5
commit bf5e9f7cea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,7 +13,7 @@ jobs:
fail-fast: false fail-fast: false
steps: steps:
- name: Checkout actions - name: Checkout actions
uses: actions/checkout@v1 uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Init environment - name: Init environment

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Set up Python 3.8 - name: Set up Python 3.8
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:

Loading…
Cancel
Save