Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent ca5985b commit ccf9b9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/[email protected]
- name: Cache .stack
id: cache-stack
uses: actions/cache@v4.0.2
uses: actions/cache@v4.2.0
with:
path: ~/.stack
key: ${{ runner.os }}-stack-${{ hashFiles('**/package.yaml') }}-${{ hashFiles('**/stack.yaml.lock') }}
Expand All @@ -32,7 +32,7 @@ jobs:
- uses: actions/[email protected]
- name: Cache .stack
id: cache-stack
uses: actions/cache@v4.0.2
uses: actions/cache@v4.2.0
with:
path: ~/.stack
key: ${{ runner.os }}-stack-${{ hashFiles('**/package.yaml') }}-${{ hashFiles('**/stack.yaml.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/[email protected]
- name: Setup | Cache Stack
id: cache-stack
uses: actions/cache@v4.0.2
uses: actions/cache@v4.2.0
with:
path: ~/.stack
key: ${{ runner.os }}-stack-${{ hashFiles('**/package.yaml') }}-${{ hashFiles('**/stack.yaml.lock') }}
Expand Down

0 comments on commit ccf9b9e

Please sign in to comment.