We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 585743d commit 99d3e45Copy full SHA for 99d3e45
.github/workflows/test.yaml
@@ -207,7 +207,7 @@ jobs:
207
run: git clone https://github.com/reduxjs/redux-toolkit.git ./redux-toolkit
208
209
- name: Cache example deps
210
- uses: actions/cache@v4
+ uses: actions/cache@v5
211
with:
212
path: ./redux-toolkit/examples/publish-ci/${{ matrix.example }}/node_modules
213
key: test-published-artifact-${{ matrix.example }}-node_modules
0 commit comments