Skip to content

Commit 95bd722

Browse files
authored
Merge pull request #1223 from oasisprotocol/dependabot/github_actions/actions/cache-5
2 parents e559b86 + 39d9565 commit 95bd722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
uses: actions/checkout@v6
151151

152152
- name: Cache Test Artifacts
153-
uses: actions/cache@v4
153+
uses: actions/cache@v5
154154
with:
155155
key: ${{ env.E2E_REGRESSION_ARTIFACTS_VERSION }}-${{ matrix.suite }}-rpc-cache
156156
path: |

0 commit comments

Comments
 (0)