Skip to content

Commit

Permalink
ci(deps): Bump actions/cache from 3.2.3 to 3.2.4 (#44)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 4, 2023
1 parent 3645e99 commit fe053ce
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 @@ -71,7 +71,7 @@ jobs:
run: yarn ${{ github.actor == 'dependabot[bot]' && '--no-immutable' || '--immutable' }}
- id: cache
name: Cache dependencies
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
key: ${{ runner.os }}-${{ github.run_id }}
path: ${{ env.CACHE_PATH }}
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
node-version-file: .nvmrc
- id: cache
name: Restore dependencies cache
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
key: ${{ runner.os }}-${{ github.run_id }}
path: ${{ env.CACHE_PATH }}
Expand All @@ -124,7 +124,7 @@ jobs:
node-version-file: .nvmrc
- id: cache
name: Restore dependencies cache
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
key: ${{ runner.os }}-${{ github.run_id }}
path: ${{ env.CACHE_PATH }}
Expand All @@ -149,7 +149,7 @@ jobs:
node-version-file: .nvmrc
- id: cache
name: Restore dependencies cache
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
key: ${{ runner.os }}-${{ github.run_id }}
path: ${{ env.CACHE_PATH }}
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
node-version-file: .nvmrc
- id: cache
name: Restore dependencies cache
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
key: ${{ runner.os }}-${{ github.run_id }}
path: ${{ env.CACHE_PATH }}
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- id: cache
name: Restore dependencies cache
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
key: ${{ runner.os }}-${{ github.run_id }}
path: ${{ env.CACHE_PATH }}
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
node-version-file: .nvmrc
- id: cache
name: Restore dependencies cache
uses: actions/cache@v3.2.3
uses: actions/cache@v3.2.4
with:
key: ${{ runner.os }}-${{ github.run_id }}
path: ${{ env.CACHE_PATH }}
Expand Down

0 comments on commit fe053ce

Please sign in to comment.