Skip to content

Commit

Permalink
CI: Update actions (#684)
Browse files Browse the repository at this point in the history
Silent deprecation warning
  • Loading branch information
rhaschke authored Sep 4, 2024
1 parent ef7d4ff commit 2538c7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_bionic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:

steps:
- name: Fetch repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: ccache cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.CCACHE_DIR }}
# we always want the ccache cache to be persisted, as we cannot easily
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_focal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:

steps:
- name: Fetch repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: ccache cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.CCACHE_DIR }}
# we always want the ccache cache to be persisted, as we cannot easily
Expand Down

0 comments on commit 2538c7f

Please sign in to comment.