diff --git a/.github/actions/release-initialise/action.yml b/.github/actions/release-initialise/action.yml index 4ea923d13..b3eda48f6 100644 --- a/.github/actions/release-initialise/action.yml +++ b/.github/actions/release-initialise/action.yml @@ -19,7 +19,7 @@ runs: uses: actions/setup-node@v6 with: node-version: 24 - cache: 'npm' # shared with the "Rebuild Action" workflow + cache: 'npm' - name: Set up Python uses: actions/setup-python@v6 diff --git a/.github/workflows/post-release-mergeback.yml b/.github/workflows/post-release-mergeback.yml index 506a8b3cd..7ba78e229 100644 --- a/.github/workflows/post-release-mergeback.yml +++ b/.github/workflows/post-release-mergeback.yml @@ -50,7 +50,7 @@ jobs: - uses: actions/setup-node@v6 with: node-version: 24 - cache: 'npm' # shared with the "Rebuild Action" workflow + cache: 'npm' - uses: actions/setup-python@v6 with: python-version: '3.12'