Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

Bump actions/checkout from 3.1.0 to 3.2.0 #41

Open
wants to merge 1 commit into
base: galactic
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
- name: Build and push docs
uses: athackst/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ros.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# - name: github permission fix
# run: git config --global --add safe.directory /__w/depthai_ros_driver/depthai_ros_driver
# - name: Checkout code
# uses: actions/checkout@v3.1.0
# uses: actions/checkout@v3.2.0
# -
# name: Test
# run: |
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
OWNER: '${{ github.repository_owner }}'
-
name: Checkout code
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
-
name: Run linter
run: |
Expand Down