Skip to content

Commit a494cfa

Browse files
committed
CI: Update actions
1 parent 7078f86 commit a494cfa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,24 +38,24 @@ jobs:
3838
# that comes from the checkout. See "prepare target_ws for cache" task below
3939
- name: Cache target workspace
4040
if: "!matrix.env.CCOV"
41-
uses: rhaschke/cache@main
41+
uses: actions/cache@v4
4242
with:
43+
save-always: true
4344
path: ${{ env.BASEDIR }}/target_ws
4445
key: ${{ env.CACHE_PREFIX }}-${{ github.run_id }}
4546
restore-keys: ${{ env.CACHE_PREFIX }}
4647
env:
47-
GHA_CACHE_SAVE: always
4848
CACHE_PREFIX: target_ws-${{ matrix.env.IMAGE }}-${{ hashFiles('**/CMakeLists.txt', '**/package.xml') }}
4949
- name: Cache ccache
50-
uses: rhaschke/cache@main
50+
uses: actions/cache@v4
5151
with:
52+
save-always: true
5253
path: ${{ env.CCACHE_DIR }}
5354
key: ${{ env.CACHE_PREFIX }}-${{ github.sha }}-${{ github.run_id }}
5455
restore-keys: |
5556
${{ env.CACHE_PREFIX }}-${{ github.sha }}
5657
${{ env.CACHE_PREFIX }}
5758
env:
58-
GHA_CACHE_SAVE: always
5959
CACHE_PREFIX: ccache-${{ matrix.env.IMAGE }}
6060

6161
- name: Run industrial_ci

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: Setup Pages
24-
uses: actions/configure-pages@v4
24+
uses: actions/configure-pages@v5
2525
if: github.repository_owner == 'moveit'
2626
- uses: ruby/setup-ruby@v1
2727
with:

0 commit comments

Comments
 (0)