diff --git a/actions/docker/build-image/action.yml b/actions/docker/build-image/action.yml index 26f3dc8b..49ac7659 100644 --- a/actions/docker/build-image/action.yml +++ b/actions/docker/build-image/action.yml @@ -303,7 +303,7 @@ runs: # Caching setup - id: cache-arguments - uses: int128/docker-build-cache-config-action@b9cedacdde83a8248370324699c840b9a383d965 # v1.52.0 + uses: int128/docker-build-cache-config-action@dcc94fc867b7444b6c25adaab482961d3acc139a # v1.54.0 with: image: ${{ steps.get-docker-config.outputs.cache-image }} flavor: ${{ steps.get-docker-config.outputs.cache-flavor }} diff --git a/actions/helm/generate-docs/action.yml b/actions/helm/generate-docs/action.yml index d925cbb9..bdf02a89 100644 --- a/actions/helm/generate-docs/action.yml +++ b/actions/helm/generate-docs/action.yml @@ -142,7 +142,7 @@ runs: working-directory: ${{ steps.prepare-variables.outputs.working-directory }} - name: Setup Node.js - uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@9f77c58db848451f244f78047fbf779c60bb8641 # 0.23.1 + uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@47891dc49a31209a88949e081d97a010f8cd20c4 # 0.23.2 with: working-directory: ${{ github.action_path }} diff --git a/actions/helm/release-chart/action.yml b/actions/helm/release-chart/action.yml index 5257dd75..528129eb 100644 --- a/actions/helm/release-chart/action.yml +++ b/actions/helm/release-chart/action.yml @@ -188,7 +188,7 @@ runs: ${{ steps.chart-values-updates.outputs.yq-command }} - name: Setup Node.js - uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@9f77c58db848451f244f78047fbf779c60bb8641 # 0.23.1 + uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@47891dc49a31209a88949e081d97a010f8cd20c4 # 0.23.2 with: working-directory: ${{ github.action_path }}