Skip to content

Commit

Permalink
Merge pull request #304 from mosfet80/patch-2
Browse files Browse the repository at this point in the history
Update rolling.yml ->node.js20
  • Loading branch information
ipa-vsp authored Aug 16, 2024
2 parents 27ed7fb + 7cfab9d commit 881134b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rolling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
env:
CCACHE_DIR: "${{ github.workspace }}/.ccache"
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: ${{ env.CCACHE_DIR }}
key: ccache-${{ matrix.ROS_DISTRO }}-${{ matrix.ROS_REPO }}-${{github.run_id}}
Expand Down

0 comments on commit 881134b

Please sign in to comment.