mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-07-15 08:48:33 +00:00
Bump actions/checkout from 3 to 4
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>
This commit is contained in:
parent
0aeef69d23
commit
1d3a25f583
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
|
2
.github/workflows/compilation_on_nuttx.yml
vendored
2
.github/workflows/compilation_on_nuttx.yml
vendored
|
@ -114,7 +114,7 @@ jobs:
|
||||||
make -j$(nproc) EXTRAFLAGS=-Werror
|
make -j$(nproc) EXTRAFLAGS=-Werror
|
||||||
|
|
||||||
- name: Checkout Bloaty
|
- name: Checkout Bloaty
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: google/bloaty
|
repository: google/bloaty
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
2
.github/workflows/nightly_run.yml
vendored
2
.github/workflows/nightly_run.yml
vendored
|
@ -323,7 +323,7 @@ jobs:
|
||||||
make_options_feature: "-DWAMR_BUILD_MEMORY64=1"
|
make_options_feature: "-DWAMR_BUILD_MEMORY64=1"
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
uses: nick-fields/retry@v2
|
uses: nick-fields/retry@v2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user