mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 12:08:16 +00:00
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
4f5a177eef
commit
890dd87a4a
5 changed files with 6 additions and 6 deletions
2
.github/workflows/docker_linux.yml
vendored
2
.github/workflows/docker_linux.yml
vendored
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
IMAGE_TAG: ghcr.io/${{ github.repository }}/apache-nuttx-ci-linux
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue