chore(deps): 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>
This commit is contained in:
dependabot[bot]
2022-03-07 12:04:48 +00:00
committed by GitHub
parent 42c1a071a8
commit ccdc2376cd

View File

@@ -19,7 +19,7 @@ jobs:
- name: Install dependencies (python)
run: python3 -m pip install bdflib
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
@@ -66,7 +66,7 @@ jobs:
- name: Install dependencies (python)
run: python3 -m pip install bdflib
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
@@ -107,7 +107,7 @@ jobs:
- name: deps
run: apk add --no-cache python3 py3-pip make git bash findutils gcc musl-dev
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
@@ -134,7 +134,7 @@ jobs:
- name: deps
run: apk add --no-cache python3 py3-pip make git
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
@@ -154,7 +154,7 @@ jobs:
name: runner / shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: shellcheck
uses: reviewdog/action-shellcheck@v1
with: