From 29276576be729a1f528b354350410c84bf646623 Mon Sep 17 00:00:00 2001 From: "G.A. vd. Hoorn" Date: Thu, 26 Jan 2023 11:24:57 +0100 Subject: [PATCH] ci: bump checkout and cache (#233) * ci: bump checkout and cache * ci: bump checkout and cache --- .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 bedd8b77d..4520eccd3 100644 --- a/.github/workflows/ci_bionic.yml +++ b/.github/workflows/ci_bionic.yml @@ -26,10 +26,10 @@ jobs: steps: - name: Fetch repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: ccache cache - uses: actions/cache@v2 + uses: actions/cache@v3 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 3e4c9aa77..1971ff36f 100644 --- a/.github/workflows/ci_focal.yml +++ b/.github/workflows/ci_focal.yml @@ -26,10 +26,10 @@ jobs: steps: - name: Fetch repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: ccache cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ${{ env.CCACHE_DIR }} # we always want the ccache cache to be persisted, as we cannot easily