Skip to content

Commit

Permalink
Merge pull request #194 from fmessmer/fix/update_gha_version
Browse files Browse the repository at this point in the history
update action version
  • Loading branch information
floweisshardt authored Feb 20, 2024
2 parents 9a41139 + 2a0425e commit a8c6ad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
- { ROS_DISTRO: noetic }

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
lfs: true
ssh-known-hosts: ''

# This step will fetch/store the directory used by ccache before/after the ci run
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: ${{ env.CCACHE_DIR }}
key: ccache-${{ matrix.ROS_DISTRO }}
Expand Down

0 comments on commit a8c6ad3

Please sign in to comment.