diff --git a/.github/workflows/danger-generate.yml b/.github/workflows/danger-generate.yml index 974b31353..df04da6c8 100644 --- a/.github/workflows/danger-generate.yml +++ b/.github/workflows/danger-generate.yml @@ -35,7 +35,7 @@ jobs: with: node-version: 20.x - name: Cache dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('.github/workflows/danger-generate.yml') }} diff --git a/.github/workflows/danger-send.yml b/.github/workflows/danger-send.yml index a0de39aa2..6c9b321f3 100644 --- a/.github/workflows/danger-send.yml +++ b/.github/workflows/danger-send.yml @@ -20,7 +20,7 @@ jobs: with: node-version: 20.x - name: Cache dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/.github/workflows/danger-send.yml') }} diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index 9685b838f..aa7b93071 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -66,7 +66,7 @@ jobs: with: node-version: 20.x - name: Cache dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/update-addons-data.yml b/.github/workflows/update-addons-data.yml index b3c6b9b8c..b6c72ca79 100644 --- a/.github/workflows/update-addons-data.yml +++ b/.github/workflows/update-addons-data.yml @@ -34,7 +34,7 @@ jobs: with: node-version: 20.x - name: Cache dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}