chore(deps): bump actions/checkout from 3 to 4 (#1811)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-09-05 08:32:55 +10:00
committed by GitHub
parent 53bb8355f8
commit 0a5b84fea9
2 changed files with 8 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v4

View File

@@ -21,7 +21,7 @@ jobs:
- name: Install dependencies (python)
run: python3 -m pip install bdflib
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
@@ -74,7 +74,7 @@ jobs:
- name: Install dependencies (python)
run: python3 -m pip install bdflib
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
@@ -121,7 +121,7 @@ jobs:
- name: Install dependencies (apk)
run: apk add --no-cache python3 py3-pip make git bash findutils gcc musl-dev
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
@@ -144,7 +144,7 @@ jobs:
- name: Install dependencies (apk)
run: apk add --no-cache make git diffutils findutils clang-extra-tools bash
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
@@ -161,7 +161,7 @@ jobs:
- name: Install dependencies (apk)
run: apk add --no-cache python3 py3-pip make git black
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
@@ -179,7 +179,7 @@ jobs:
name: check_shell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: shellcheck
uses: reviewdog/action-shellcheck@v1
with:
@@ -198,7 +198,7 @@ jobs:
- name: Install dependencies (apk)
run: apk add --no-cache git
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true