From 7a1cc86931bfc5324c3283b3ac6e731a44eece54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 12:38:24 -0500 Subject: [PATCH] Chore [deps:github-actions]: Bump actions/cache from 4.1.0 to 4.1.2 (#938) Bumps [actions/cache](https://github.com/actions/cache) from 4.1.0 to 4.1.2. - [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/2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2...6849a6489940f00c2f30c0fb92c6274307ccb58a) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tyler Hendrickson <1851017+TylerHendrickson@users.noreply.github.com> --- .github/workflows/qa.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 97f89c31..a3db9d8b 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -32,7 +32,7 @@ jobs: show-progress: 'false' persist-credentials: 'false' - name: Restore/save Taskfile cache - uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: key: ${{ runner.os }}-qa-taskfile path: | @@ -76,7 +76,7 @@ jobs: show-progress: 'false' persist-credentials: 'false' - name: Restore Taskfile cache - uses: actions/cache/restore@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 + uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: key: ${{ runner.os }}-qa-taskfile path: | @@ -173,7 +173,7 @@ jobs: show-progress: 'false' persist-credentials: 'false' - name: Restore Taskfile cache - uses: actions/cache/restore@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 + uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: key: ${{ runner.os }}-qa-taskfile path: | @@ -210,7 +210,7 @@ jobs: ref: ${{ inputs.ref }} show-progress: 'false' persist-credentials: 'false' - - uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 + - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 name: Cache plugin dir with: path: .tflint.d/plugins