Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and rbonghi committed Oct 6, 2024
1 parent f59cb76 commit 89c76f0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Extract matrix
id: set-matrix
run: |
Expand All @@ -41,9 +41,9 @@ jobs:
pre_release: ${{ steps.repo_status.outputs.pre_release }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Checkout nanosaur tools repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: rnanosaur/nanosaur_tools
path: nanosaur_tools
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
runs-on: [self-hosted, linux, ARM64, Jetson, L4T-32.7]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Docker info
shell: bash
run: docker info
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
name: "Build ${{ matrix.project }}"
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Docker info
shell: bash
run: docker info
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
needs: [test-pkgs]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Docker info
shell: bash
run: docker info
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
needs: [perception-camera, perception_x86]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v4
with:
Expand Down

0 comments on commit 89c76f0

Please sign in to comment.