Skip to content

Commit 95a90d0

Browse files
github-actions: bump actions/checkout from 3 to 4 (#587)
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 5d8e7a1 commit 95a90d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
pretty:
4646
runs-on: ubuntu-22.04
4747
steps:
48-
- uses: actions/checkout@v3
48+
- uses: actions/checkout@v4
4949
with:
5050
submodules: true
5151
- name: Bootstrap
@@ -80,7 +80,7 @@ jobs:
8080
gcc_download_url: https://developer.arm.com/-/media/Files/downloads/gnu-rm/9-2019q4/RC2.1/gcc-arm-none-eabi-9-2019-q4-major-x86_64-linux.tar.bz2
8181
gcc_extract_dir: gcc-arm-none-eabi-9-2019-q4-major
8282
steps:
83-
- uses: actions/checkout@v3
83+
- uses: actions/checkout@v4
8484
with:
8585
submodules: true
8686
- name: Bootstrap
@@ -114,7 +114,7 @@ jobs:
114114
gcc_download_url: https://developer.arm.com/-/media/Files/downloads/gnu-a/8.3-2019.03/binrel/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf.tar.xz
115115
gcc_extract_dir: gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf
116116
steps:
117-
- uses: actions/checkout@v3
117+
- uses: actions/checkout@v4
118118
with:
119119
submodules: true
120120
- name: Bootstrap

0 commit comments

Comments
 (0)