Skip to content

Commit

Permalink
ci(deps): Bump actions/cache from 3.3.1 to 3.3.2 (#218)
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 Sep 7, 2023
1 parent c7529c4 commit aa9ecfe
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: yarn ${{ github.actor == 'dependabot[bot]' && '--no-immutable' || '--immutable' }}
- id: cache
name: Cache dependencies
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
key: ${{ runner.os }}-${{ github.run_id }}
path: ${{ env.CACHE_PATH }}
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
node-version-file: .nvmrc
- id: cache
name: Restore dependencies cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
key: ${{ runner.os }}-${{ github.run_id }}
path: ${{ env.CACHE_PATH }}
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
node-version-file: .nvmrc
- id: cache
name: Restore dependencies cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
key: ${{ runner.os }}-${{ github.run_id }}
path: ${{ env.CACHE_PATH }}
Expand All @@ -183,7 +183,7 @@ jobs:
node-version-file: .nvmrc
- id: cache
name: Restore dependencies cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
key: ${{ runner.os }}-${{ github.run_id }}
path: ${{ env.CACHE_PATH }}
Expand All @@ -210,7 +210,7 @@ jobs:
node-version-file: .nvmrc
- id: cache
name: Restore dependencies cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
key: ${{ runner.os }}-${{ github.run_id }}
path: ${{ env.CACHE_PATH }}
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
node-version-file: .nvmrc
- id: cache
name: Restore dependencies cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
key: ${{ runner.os }}-${{ github.run_id }}
path: ${{ env.CACHE_PATH }}
Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- id: cache
name: Restore dependencies cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
key: ${{ runner.os }}-${{ github.run_id }}
path: ${{ env.CACHE_PATH }}
Expand Down Expand Up @@ -345,7 +345,7 @@ jobs:
node-version-file: .nvmrc
- id: cache
name: Restore dependencies cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
key: ${{ runner.os }}-${{ github.run_id }}
path: ${{ env.CACHE_PATH }}
Expand Down

0 comments on commit aa9ecfe

Please sign in to comment.