From 8a9691d64e42448087e90720b4bf7b7b60e5ed5f Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Tue, 13 Feb 2024 18:00:35 +0100 Subject: [PATCH] Bump actions/cache See https://github.com/actions/cache/releases/tag/v4.0.0 for details; in particular this switched to node20, node16 is deprecated. Signed-off-by: Stephen Kitt --- gh-actions/cache-images/action.yaml | 2 +- gh-actions/restore-images/action.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gh-actions/cache-images/action.yaml b/gh-actions/cache-images/action.yaml index f5db2b211..040b84704 100644 --- a/gh-actions/cache-images/action.yaml +++ b/gh-actions/cache-images/action.yaml @@ -11,7 +11,7 @@ runs: steps: - name: Set up the cache id: image-cache - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 with: path: ${{ inputs.cache }} key: image-cache-${{ github.sha }} diff --git a/gh-actions/restore-images/action.yaml b/gh-actions/restore-images/action.yaml index 03e95281a..6bb3cfad5 100644 --- a/gh-actions/restore-images/action.yaml +++ b/gh-actions/restore-images/action.yaml @@ -15,7 +15,7 @@ runs: steps: - name: Set up the cache id: image-cache - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 with: path: ${{ inputs.cache }} key: image-cache-${{ github.sha }}