From 5c651da6845c310636746f2684fb2ce8b32df4a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 14:55:27 +0000 Subject: [PATCH] Bump tespkg/actions-cache from 1.10.0 to 1.10.2 Bumps [tespkg/actions-cache](https://github.com/tespkg/actions-cache) from 1.10.0 to 1.10.2. - [Release notes](https://github.com/tespkg/actions-cache/releases) - [Commits](https://github.com/tespkg/actions-cache/compare/v1.10.0...v1.10.2) --- updated-dependencies: - dependency-name: tespkg/actions-cache dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/docker_apply_cache.yaml | 2 +- .github/workflows/docker_pr_receive.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker_apply_cache.yaml b/.github/workflows/docker_apply_cache.yaml index 0f3a1abb..d5ce02db 100644 --- a/.github/workflows/docker_apply_cache.yaml +++ b/.github/workflows/docker_apply_cache.yaml @@ -195,7 +195,7 @@ jobs: - name: "Upload cache object to S3" id: upload-cache - uses: tespkg/actions-cache@v1.10.0 + uses: tespkg/actions-cache@v1.10.2 with: accessKey: ${{ steps.aws-creds.outputs.aws-access-key-id }} secretKey: ${{ steps.aws-creds.outputs.aws-secret-access-key }} diff --git a/.github/workflows/docker_pr_receive.yaml b/.github/workflows/docker_pr_receive.yaml index 486b4b4f..e2897b81 100644 --- a/.github/workflows/docker_pr_receive.yaml +++ b/.github/workflows/docker_pr_receive.yaml @@ -213,7 +213,7 @@ jobs: - name: Get cache object from S3 id: s3-cache - uses: tespkg/actions-cache/restore@v1.10.0 + uses: tespkg/actions-cache/restore@v1.10.2 if: needs.check-renv.outputs.renv-needed == 'true' with: # insecure: false # optional, use http instead of https. default false