From 116d567c61de02d7d4c735d8737b451f86a73ee4 Mon Sep 17 00:00:00 2001 From: "G.A. vd. Hoorn" Date: Thu, 26 Jan 2023 11:22:54 +0100 Subject: [PATCH 1/3] ci: bump checkout and cache --- .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 4780dc1e..506d966f 100644 --- a/.github/workflows/ci_bionic.yml +++ b/.github/workflows/ci_bionic.yml @@ -24,10 +24,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 From 57d3edde9d3ae2b496339dcea628f70cf98155fe Mon Sep 17 00:00:00 2001 From: "G.A. vd. Hoorn" Date: Thu, 26 Jan 2023 11:23:16 +0100 Subject: [PATCH 2/3] ci: bump checkout and cache --- .github/workflows/ci_focal.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_focal.yml b/.github/workflows/ci_focal.yml index 69b6bb54..ed49639d 100644 --- a/.github/workflows/ci_focal.yml +++ b/.github/workflows/ci_focal.yml @@ -24,10 +24,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 From 0d8065ae574d3cd177478db2371e3a9b4a39bea6 Mon Sep 17 00:00:00 2001 From: "G.A. vd. Hoorn" Date: Thu, 26 Jan 2023 11:23:31 +0100 Subject: [PATCH 3/3] ci: bump checkout and cache --- .github/workflows/ci_xenial.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_xenial.yml b/.github/workflows/ci_xenial.yml index 5f90bcda..480c9dc7 100644 --- a/.github/workflows/ci_xenial.yml +++ b/.github/workflows/ci_xenial.yml @@ -24,10 +24,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