Skip to content

Commit

Permalink
ci(deps): Bump actions/cache from 3.3.2 to 4.0.0 (#4)
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] committed Feb 17, 2024
1 parent ffc08d3 commit f9ab170
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Expand Up @@ -87,7 +87,7 @@ jobs:
run: echo "result=${{ runner.os }}-${{ github.run_id }}" >>$GITHUB_OUTPUT
- id: cache
name: Cache dependencies
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.0
with:
key: ${{ steps.cache-key.outputs.result }}
path: ${{ env.CACHE_PATH }}
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
node-version-file: .nvmrc
- id: cache
name: Restore dependencies cache
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.0
with:
key: ${{ needs.preflight.outputs.cache-key }}
path: ${{ env.CACHE_PATH }}
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
node-version-file: .nvmrc
- id: cache
name: Restore dependencies cache
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.0
with:
key: ${{ needs.preflight.outputs.cache-key }}
path: ${{ env.CACHE_PATH }}
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
node-version-file: .nvmrc
- id: cache
name: Restore dependencies cache
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.0
with:
key: ${{ needs.preflight.outputs.cache-key }}
path: ${{ env.CACHE_PATH }}
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
node-version-file: .nvmrc
- id: cache
name: Restore dependencies cache
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.0
with:
key: ${{ needs.preflight.outputs.cache-key }}
path: ${{ env.CACHE_PATH }}
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
- id: cache
if: steps.test-files-check.outputs.files_exists == 'true'
name: Restore dependencies cache
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.0
with:
key: ${{ needs.preflight.outputs.cache-key }}
path: ${{ env.CACHE_PATH }}
Expand Down Expand Up @@ -323,7 +323,7 @@ jobs:
- id: cache
if: steps.test-files-check.outputs.files_exists == 'true'
name: Restore dependencies cache
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.0
with:
key: ${{ needs.preflight.outputs.cache-key }}
path: ${{ env.CACHE_PATH }}
Expand Down Expand Up @@ -377,7 +377,7 @@ jobs:
node-version-file: .nvmrc
- id: cache
name: Restore dependencies cache
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.0
with:
key: ${{ needs.preflight.outputs.cache-key }}
path: ${{ env.CACHE_PATH }}
Expand Down Expand Up @@ -428,7 +428,7 @@ jobs:
node-version-file: .nvmrc
- id: cache
name: Restore dependencies cache
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.0
with:
key: ${{ needs.preflight.outputs.cache-key }}
path: ${{ env.CACHE_PATH }}
Expand Down

0 comments on commit f9ab170

Please sign in to comment.