From ee73813b255ac2aa7f77bceeb06fabb5f5e7e23f Mon Sep 17 00:00:00 2001 From: "G.A. vd. Hoorn" Date: Tue, 24 Jan 2023 16:20:55 +0100 Subject: [PATCH] ci: bump checkout and cache (#346) --- .github/workflows/ci_bionic.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_bionic.yml b/.github/workflows/ci_bionic.yml index 8a70e942..8dc31cb8 100644 --- a/.github/workflows/ci_bionic.yml +++ b/.github/workflows/ci_bionic.yml @@ -28,10 +28,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