From bcb3ea716b91c653e490e2baaec079e68d8a019b Mon Sep 17 00:00:00 2001 From: ASF Logging Services RM Date: Mon, 7 Oct 2024 10:23:16 +0000 Subject: [PATCH] Update `actions/cache` to version `4.1.0` (#258) --- .github/workflows/build-reusable.yaml | 2 +- .github/workflows/deploy-release-reusable.yaml | 2 +- .github/workflows/deploy-site-reusable.yaml | 2 +- src/changelog/.11.x.x/update_actions_cache.xml | 8 ++++++++ 4 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 src/changelog/.11.x.x/update_actions_cache.xml diff --git a/.github/workflows/build-reusable.yaml b/.github/workflows/build-reusable.yaml index 40ecfbe..4d61630 100644 --- a/.github/workflows/build-reusable.yaml +++ b/.github/workflows/build-reusable.yaml @@ -132,7 +132,7 @@ jobs: - name: Set up Node.js cache if: inputs.site-enabled id: nodejs-cache - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # 4.0.2 + uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # 4.1.0 with: # We should be calculating the cache key using `package-lock.json` instead! # See https://stackoverflow.com/a/48524475/1278899 diff --git a/.github/workflows/deploy-release-reusable.yaml b/.github/workflows/deploy-release-reusable.yaml index 35179d5..cb27180 100644 --- a/.github/workflows/deploy-release-reusable.yaml +++ b/.github/workflows/deploy-release-reusable.yaml @@ -147,7 +147,7 @@ jobs: # Node.js cache is needed for Antora - name: Set up Node.js cache id: nodejs-cache - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # 4.0.2 + uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # 4.1.0 with: # We should be calculating the cache key using `package-lock.json` instead! # See https://stackoverflow.com/a/48524475/1278899 diff --git a/.github/workflows/deploy-site-reusable.yaml b/.github/workflows/deploy-site-reusable.yaml index 94acd8b..06e21ca 100644 --- a/.github/workflows/deploy-site-reusable.yaml +++ b/.github/workflows/deploy-site-reusable.yaml @@ -76,7 +76,7 @@ jobs: # Node.js cache is needed for Antora - name: Set up Node.js cache id: nodejs-cache - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # 4.0.2 + uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # 4.1.0 with: # We should be calculating the cache key using `package-lock.json` instead! # See https://stackoverflow.com/a/48524475/1278899 diff --git a/src/changelog/.11.x.x/update_actions_cache.xml b/src/changelog/.11.x.x/update_actions_cache.xml new file mode 100644 index 0000000..cbf2a80 --- /dev/null +++ b/src/changelog/.11.x.x/update_actions_cache.xml @@ -0,0 +1,8 @@ + + + + Update `actions/cache` to version `4.1.0` +