diff --git a/.github/workflows/ci_bionic.yml b/.github/workflows/ci_bionic.yml index c81c8dd6..d703de6b 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@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 b97ae384..49b18abb 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