build(deps): 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
ecded726ce
commit
14d06ea011
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -84,7 +84,7 @@ jobs:
|
|||||||
echo "app_ref=$APPS_REF" >> $GITHUB_OUTPUT
|
echo "app_ref=$APPS_REF" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Checkout nuttx repo
|
- name: Checkout nuttx repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: apache/nuttx
|
repository: apache/nuttx
|
||||||
ref: ${{ steps.gittargets.outputs.os_ref }}
|
ref: ${{ steps.gittargets.outputs.os_ref }}
|
||||||
@ -94,7 +94,7 @@ jobs:
|
|||||||
run: git -C sources/nuttx fetch --tags
|
run: git -C sources/nuttx fetch --tags
|
||||||
|
|
||||||
- name: Checkout apps repo
|
- name: Checkout apps repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: apache/nuttx-apps
|
repository: apache/nuttx-apps
|
||||||
ref: ${{ steps.gittargets.outputs.apps_ref }}
|
ref: ${{ steps.gittargets.outputs.apps_ref }}
|
||||||
|
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
@ -28,14 +28,14 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout nuttx repo
|
- name: Checkout nuttx repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: apache/nuttx
|
repository: apache/nuttx
|
||||||
path: nuttx
|
path: nuttx
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Checkout apps repo
|
- name: Checkout apps repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: apache/nuttx-apps
|
repository: apache/nuttx-apps
|
||||||
path: apps
|
path: apps
|
||||||
|
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
name: Lint
|
name: Lint
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- run: mkdir super-linter.report
|
- run: mkdir super-linter.report
|
||||||
|
Loading…
x
Reference in New Issue
Block a user