Update actions/cache action to v4

This commit is contained in:
renovate[bot] 2024-01-22 00:13:26 +00:00 committed by GitHub
parent 560ad9532f
commit 44b35e36a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up cargo cache
uses: actions/cache@v3
uses: actions/cache@v4
continue-on-error: false
with:
path: |