File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3333 CCACHE_DIR : ${{ github.workspace }}/.ccache
3434 steps :
3535 - name : Check out the repo
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v6
3737 - name : Cache ccache
3838 uses : actions/cache@v4
3939 with :
8989 CCACHE_DIR : ${{ github.workspace }}/.ccache
9090 steps :
9191 - name : Check out the repo
92- uses : actions/checkout@v4
92+ uses : actions/checkout@v6
9393 - name : Cache ccache
9494 uses : actions/cache@v4
9595 with :
Original file line number Diff line number Diff line change 2020 container : ghcr.io/picknikrobotics/rsl:upstream-rolling
2121 steps :
2222 - name : Check out the repo
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v6
2424 - name : Setup Pages
2525 uses : actions/configure-pages@v5
2626 - name : Source ROS
Original file line number Diff line number Diff line change 1212 name : pre-commit
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616 - uses : actions/setup-python@v5
1717 - name : Install clang-format
1818 run : sudo apt-get install clang-format
You can’t perform that action at this time.
0 commit comments