Skip to content

Commit 78bd7fb

Browse files
chore(deps): update actions/cache action to v3 (#2136)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 48ae576 commit 78bd7fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Use GraphQL v${{matrix.graphql_version}}
5454
run: node ./scripts/match-graphql.js ${{matrix.graphql_version}}
5555
- name: Cache Jest
56-
uses: actions/cache@v2
56+
uses: actions/cache@v3
5757
with:
5858
path: .cache/jest
5959
key: ${{ runner.os }}-${{matrix.node-version}}-${{matrix.graphql_version}}-jest-${{ hashFiles('yarn.lock') }}

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
node-version: 18
1616
- name: Cache Yarn
17-
uses: actions/cache@v2
17+
uses: actions/cache@v3
1818
with:
1919
path: '**/node_modules'
2020
key: ${{ runner.os }}-18-16-yarn-${{ hashFiles('yarn.lock') }}

0 commit comments

Comments
 (0)