Skip to content

Commit 2538c7f

Browse files
authored
CI: Update actions (#684)
Silent deprecation warning
1 parent ef7d4ff commit 2538c7f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci_bionic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525

2626
steps:
2727
- name: Fetch repository
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@v4
2929

3030
- name: ccache cache
31-
uses: actions/cache@v3
31+
uses: actions/cache@v4
3232
with:
3333
path: ${{ env.CCACHE_DIR }}
3434
# we always want the ccache cache to be persisted, as we cannot easily

.github/workflows/ci_focal.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525

2626
steps:
2727
- name: Fetch repository
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@v4
2929

3030
- name: ccache cache
31-
uses: actions/cache@v3
31+
uses: actions/cache@v4
3232
with:
3333
path: ${{ env.CCACHE_DIR }}
3434
# we always want the ccache cache to be persisted, as we cannot easily

0 commit comments

Comments
 (0)