Skip to content

Commit

Permalink
ci(deps): Bump actions/cache from 4.1.2 to 4.2.0 (#728)
Browse files Browse the repository at this point in the history
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 Dec 18, 2024
1 parent 88c454f commit f1c63df
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
run: echo "result=${{ runner.os }}-${{ github.run_id }}" >>$GITHUB_OUTPUT
- id: cache
name: Cache dependencies
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
key: ${{ steps.cache-key.outputs.result }}
path: ${{ env.CACHE_PATH }}
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
node-version-file: .nvmrc
- id: cache
name: Restore dependencies cache
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
key: ${{ needs.preflight.outputs.cache-key }}
path: ${{ env.CACHE_PATH }}
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
node-version-file: .nvmrc
- id: cache
name: Restore dependencies cache
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
key: ${{ needs.preflight.outputs.cache-key }}
path: ${{ env.CACHE_PATH }}
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
node-version-file: .nvmrc
- id: cache
name: Restore dependencies cache
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
key: ${{ needs.preflight.outputs.cache-key }}
path: ${{ env.CACHE_PATH }}
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
node-version-file: .nvmrc
- id: cache
name: Restore dependencies cache
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
key: ${{ needs.preflight.outputs.cache-key }}
path: ${{ env.CACHE_PATH }}
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:
node-version-file: .nvmrc
- id: cache
name: Restore dependencies cache
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
key: ${{ needs.preflight.outputs.cache-key }}
path: ${{ env.CACHE_PATH }}
Expand Down Expand Up @@ -331,7 +331,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- id: cache
name: Restore dependencies cache
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
key: ${{ needs.preflight.outputs.cache-key }}
path: ${{ env.CACHE_PATH }}
Expand Down Expand Up @@ -403,7 +403,7 @@ jobs:
node-version-file: .nvmrc
- id: cache
name: Restore dependencies cache
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
key: ${{ needs.preflight.outputs.cache-key }}
path: ${{ env.CACHE_PATH }}
Expand Down Expand Up @@ -456,7 +456,7 @@ jobs:
node-version-file: .nvmrc
- id: cache
name: Restore dependencies cache
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
key: ${{ needs.preflight.outputs.cache-key }}
path: ${{ env.CACHE_PATH }}
Expand Down

0 comments on commit f1c63df

Please sign in to comment.