Skip to content

Commit

Permalink
Chore [deps:github-actions]: Bump actions/cache from 4.0.2 to 4.1.0 (#…
Browse files Browse the repository at this point in the history
…925)

Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@0c45773...2cdf405)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 12e50c0 commit 1a16adf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
show-progress: 'false'
persist-credentials: 'false'
- name: Restore/save Taskfile cache
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
with:
key: ${{ runner.os }}-qa-taskfile
path: |
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
show-progress: 'false'
persist-credentials: 'false'
- name: Restore Taskfile cache
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
with:
key: ${{ runner.os }}-qa-taskfile
path: |
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
show-progress: 'false'
persist-credentials: 'false'
- name: Restore Taskfile cache
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
uses: actions/cache/restore@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
with:
key: ${{ runner.os }}-qa-taskfile
path: |
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
ref: ${{ inputs.ref }}
show-progress: 'false'
persist-credentials: 'false'
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
- uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
name: Cache plugin dir
with:
path: .tflint.d/plugins
Expand Down

0 comments on commit 1a16adf

Please sign in to comment.