From 2538c7ffa4990830d570ad033a7f039783e5b19a Mon Sep 17 00:00:00 2001 From: Robert Haschke Date: Wed, 4 Sep 2024 15:30:10 +0200 Subject: [PATCH] CI: Update actions (#684) Silent deprecation warning --- .github/workflows/ci_bionic.yml | 4 ++-- .github/workflows/ci_focal.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_bionic.yml b/.github/workflows/ci_bionic.yml index 1889dcc9b..5d055917b 100644 --- a/.github/workflows/ci_bionic.yml +++ b/.github/workflows/ci_bionic.yml @@ -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 diff --git a/.github/workflows/ci_focal.yml b/.github/workflows/ci_focal.yml index 5a5fd658b..d3d61cf07 100644 --- a/.github/workflows/ci_focal.yml +++ b/.github/workflows/ci_focal.yml @@ -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