Skip to content

Commit

Permalink
ci(deps): Bump actions/cache from 3.3.0 to 3.3.1 (#41)
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 Mar 13, 2023
1 parent dfb44cc commit 4c6fa84
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: yarn ${{ github.actor == 'dependabot[bot]' && '--no-immutable' || '--immutable' }}
- id: cache
name: Cache dependencies
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
key: ${{ runner.os }}-${{ github.run_id }}
path: ${{ env.CACHE_PATH }}
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
node-version-file: .nvmrc
- id: cache
name: Restore dependencies cache
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
key: ${{ runner.os }}-${{ github.run_id }}
path: ${{ env.CACHE_PATH }}
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
node-version-file: .nvmrc
- id: cache
name: Restore dependencies cache
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
key: ${{ runner.os }}-${{ github.run_id }}
path: ${{ env.CACHE_PATH }}
Expand All @@ -176,7 +176,7 @@ jobs:
node-version-file: .nvmrc
- id: cache
name: Restore dependencies cache
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
key: ${{ runner.os }}-${{ github.run_id }}
path: ${{ env.CACHE_PATH }}
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
node-version-file: .nvmrc
- id: cache
name: Restore dependencies cache
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
key: ${{ runner.os }}-${{ github.run_id }}
path: ${{ env.CACHE_PATH }}
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
node-version-file: .nvmrc
- id: cache
name: Restore dependencies cache
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
key: ${{ runner.os }}-${{ github.run_id }}
path: ${{ env.CACHE_PATH }}
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
node-version-file: .nvmrc
- id: cache
name: Restore dependencies cache
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
key: ${{ runner.os }}-${{ github.run_id }}
path: ${{ env.CACHE_PATH }}
Expand Down

0 comments on commit 4c6fa84

Please sign in to comment.