test: upgrade actions/cache@v4
Refs: https://code.forgejo.org/forgejo/runner/issues/209
This commit is contained in:
parent
c2b7f36bc8
commit
cc16df533b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ runs:
|
||||||
steps:
|
steps:
|
||||||
- name: cache S3 binaries
|
- name: cache S3 binaries
|
||||||
id: S3
|
id: S3
|
||||||
uses: https://code.forgejo.org/actions/cache@v3
|
uses: https://code.forgejo.org/actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
/usr/local/bin/minio
|
/usr/local/bin/minio
|
||||||
|
|
Loading…
Add table
Reference in a new issue