Skip to content

Commit

Permalink
Bump actions/cache from 3.0.11 to 3.2.2 (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 2, 2023
1 parent f608f5c commit dd7ff1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
node-version: 14.x
- run: npm ci
- name: save cache
uses: actions/cache@v3.0.11
uses: actions/cache@v3.2.2
with:
path: |
node_modules
Expand All @@ -29,7 +29,7 @@ jobs:
with:
node-version: 14.x
- name: download cache
uses: actions/cache@v3.0.11
uses: actions/cache@v3.2.2
with:
path: |
node_modules
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: download cache
uses: actions/cache@v3.0.11
uses: actions/cache@v3.2.2
with:
path: |
node_modules
Expand Down

0 comments on commit dd7ff1d

Please sign in to comment.