Skip to content

Commit 0a5b84f

Browse files
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](actions/checkout@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>
1 parent 53bb835 commit 0a5b84f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424

2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
with:
2828
fetch-depth: 0
2929
- uses: actions/setup-python@v4

.github/workflows/push.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies (python)
2222
run: python3 -m pip install bdflib
2323

24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
with:
2626
submodules: true
2727

@@ -74,7 +74,7 @@ jobs:
7474
- name: Install dependencies (python)
7575
run: python3 -m pip install bdflib
7676

77-
- uses: actions/checkout@v3
77+
- uses: actions/checkout@v4
7878
with:
7979
submodules: true
8080

@@ -121,7 +121,7 @@ jobs:
121121
- name: Install dependencies (apk)
122122
run: apk add --no-cache python3 py3-pip make git bash findutils gcc musl-dev
123123

124-
- uses: actions/checkout@v3
124+
- uses: actions/checkout@v4
125125
with:
126126
submodules: true
127127

@@ -144,7 +144,7 @@ jobs:
144144
- name: Install dependencies (apk)
145145
run: apk add --no-cache make git diffutils findutils clang-extra-tools bash
146146

147-
- uses: actions/checkout@v3
147+
- uses: actions/checkout@v4
148148
with:
149149
submodules: true
150150

@@ -161,7 +161,7 @@ jobs:
161161
- name: Install dependencies (apk)
162162
run: apk add --no-cache python3 py3-pip make git black
163163

164-
- uses: actions/checkout@v3
164+
- uses: actions/checkout@v4
165165
with:
166166
submodules: true
167167

@@ -179,7 +179,7 @@ jobs:
179179
name: check_shell
180180
runs-on: ubuntu-latest
181181
steps:
182-
- uses: actions/checkout@v3
182+
- uses: actions/checkout@v4
183183
- name: shellcheck
184184
uses: reviewdog/action-shellcheck@v1
185185
with:
@@ -198,7 +198,7 @@ jobs:
198198
- name: Install dependencies (apk)
199199
run: apk add --no-cache git
200200

201-
- uses: actions/checkout@v3
201+
- uses: actions/checkout@v4
202202
with:
203203
submodules: true
204204

0 commit comments

Comments
 (0)