build(deps): bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [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/v2...v3) --- 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
a4c96f5dbc
commit
452d5352d5
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -81,7 +81,7 @@ jobs:
|
|||||||
echo ::set-output name=apps_ref::$APPS_REF
|
echo ::set-output name=apps_ref::$APPS_REF
|
||||||
|
|
||||||
- name: Checkout nuttx repo
|
- name: Checkout nuttx repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: apache/incubator-nuttx
|
repository: apache/incubator-nuttx
|
||||||
ref: ${{ steps.gittargets.outputs.os_ref }}
|
ref: ${{ steps.gittargets.outputs.os_ref }}
|
||||||
@ -91,7 +91,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@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: apache/incubator-nuttx-apps
|
repository: apache/incubator-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@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: apache/incubator-nuttx
|
repository: apache/incubator-nuttx
|
||||||
path: nuttx
|
path: nuttx
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Checkout apps repo
|
- name: Checkout apps repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: apache/incubator-nuttx-apps
|
repository: apache/incubator-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@v2
|
- uses: actions/checkout@v3
|
||||||
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