Skip to content

Commit 99d3e45

Browse files
authored
chore: Update outdated GitHub Actions version (#4838)
1 parent 585743d commit 99d3e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
run: git clone https://github.com/reduxjs/redux-toolkit.git ./redux-toolkit
208208

209209
- name: Cache example deps
210-
uses: actions/cache@v4
210+
uses: actions/cache@v5
211211
with:
212212
path: ./redux-toolkit/examples/publish-ci/${{ matrix.example }}/node_modules
213213
key: test-published-artifact-${{ matrix.example }}-node_modules

0 commit comments

Comments
 (0)