From e1aec2d315bee089edd0c811ec45b272ce811d76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 05:11:09 +0000 Subject: [PATCH] Bump actions/cache from 5.0.3 to 5.0.4 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.3 to 5.0.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/cdf6c1fa76f9f475f3d7449005a359c84ca0f306...668228422ae6a00e4ad889ee87cd7109ec5666a7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/self_hosted_runner.yml | 2 +- .github/workflows/terraform-dev.yml | 6 +++--- .github/workflows/terraform-infra.yml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/self_hosted_runner.yml b/.github/workflows/self_hosted_runner.yml index c7cfd9a..968a0dc 100644 --- a/.github/workflows/self_hosted_runner.yml +++ b/.github/workflows/self_hosted_runner.yml @@ -82,7 +82,7 @@ jobs: run: ls -la self_hosted_runner/function.zip self_hosted_runner/webhook_validator.zip - name: Cache zips for terraform job - uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | self_hosted_runner/function.zip diff --git a/.github/workflows/terraform-dev.yml b/.github/workflows/terraform-dev.yml index 64fba34..ea06772 100644 --- a/.github/workflows/terraform-dev.yml +++ b/.github/workflows/terraform-dev.yml @@ -59,7 +59,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - - uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 + - uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 with: path: | ${{ inputs.working_directory }}/function.zip @@ -101,7 +101,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - - uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 + - uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 with: path: | ${{ inputs.working_directory }}/function.zip @@ -177,7 +177,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - - uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 + - uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 with: path: | ${{ inputs.working_directory }}/function.zip diff --git a/.github/workflows/terraform-infra.yml b/.github/workflows/terraform-infra.yml index 1ee3706..78f5a3b 100644 --- a/.github/workflows/terraform-infra.yml +++ b/.github/workflows/terraform-infra.yml @@ -55,7 +55,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + - uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | ${{ inputs.working_directory }}/function.zip @@ -97,7 +97,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + - uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | ${{ inputs.working_directory }}/function.zip @@ -173,7 +173,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + - uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | ${{ inputs.working_directory }}/function.zip