Skip to content

Commit de16bb6

Browse files
gha(deps): bump actions/cache from 2 to 3 (#7)
1 parent 9d4f450 commit de16bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.create-react-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
echo "::set-output name=dir::$(npm config get cache)"
111111
112112
- name: Handle npm cache
113-
uses: actions/cache@v2
113+
uses: actions/cache@v3
114114
# use this to check for `cache-hit` ==> if: steps.npm-cache.outputs.cache-hit != 'true'
115115
id: npm-cache
116116
with:

0 commit comments

Comments
 (0)