changeset 31295:f21b233f3274

maint: Merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 13 Oct 2022 11:27:35 +0200
parents 17c8048a187b (current diff) a116b0bcb697 (diff)
children 4869dc33405a
files .github/workflows/make.yaml
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/make.yaml	Wed Oct 12 22:58:52 2022 +0200
+++ b/.github/workflows/make.yaml	Thu Oct 13 11:27:35 2022 +0200
@@ -66,11 +66,11 @@
 
       - name: restore ccache
         # setup the github cache used to maintain the ccache from one job to the next
-        # uses: actions/cache@v2
+        # uses: actions/cache@v3
         # The original action doesn't upload on error. Use this fork instead.
         # FIXME: Consider reverting to the original action when it allows uploading on error.
         #        See: https://github.com/actions/cache/issues/92
-        uses: pat-s/always-upload-cache@v2
+        uses: pat-s/always-upload-cache@v3
         with:
           path: ~/.ccache
           key: ccache:${{ matrix.os }}:${{ matrix.compiler }}:${{ github.ref }}:${{ steps.ccache_cache_timestamp.outputs.timestamp }}:${{ github.sha }}
@@ -209,7 +209,7 @@
 
       - name: restore ccache
         # setup the github cache used to maintain the ccache from one job to the next
-        uses: actions/cache@v2
+        uses: actions/cache@v3
         with:
           path: /Users/runner/Library/Caches/ccache
           key: ccache:${{ matrix.os }}:${{ matrix.compiler }}:${{ github.ref }}:${{ steps.ccache_cache_timestamp.outputs.timestamp }}:${{ github.sha }}
@@ -429,7 +429,7 @@
 
       - name: restore ccache
         # Setup the github cache used to maintain the ccache from one job to the next
-        uses: actions/cache@v2
+        uses: actions/cache@v3
         with:
           path: C:/msys64/home/runneradmin/.ccache
           key: ccache:${{ matrix.os }}:${{ matrix.msystem }}:${{ github.ref }}:${{ steps.ccache_cache_timestamp.outputs.timestamp }}:${{ github.sha }}