diff options
author | Renovate Bot <bot@kriese.eu> | 2024-12-09 16:31:45 +0100 |
---|---|---|
committer | Renovate Bot <bot@kriese.eu> | 2024-12-09 16:31:45 +0100 |
commit | f0e31bf0e515a3f9389100f07005686231b6fe47 (patch) | |
tree | 8ddd15b4d1e872806af83fe197ab6e84ffb4ff9a | |
parent | Merge pull request 'Replace actions/cascading-pr action with actions/cascadin... (diff) | |
download | forgejo-act-f0e31bf0e515a3f9389100f07005686231b6fe47.tar.xz forgejo-act-f0e31bf0e515a3f9389100f07005686231b6fe47.zip |
Update actions/cache action to v4
-rw-r--r-- | .forgejo/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 330c635..2fb8e9c 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -18,7 +18,7 @@ jobs: steps: - name: cache go path id: cache-go-path - uses: https://code.forgejo.org/actions/cache@v3 + uses: https://code.forgejo.org/actions/cache@v4 with: path: /go_path key: go_path-${{ github.repository }}-${{ github.ref_name }} @@ -27,7 +27,7 @@ jobs: go_path- - name: cache go cache id: cache-go-cache - uses: https://code.forgejo.org/actions/cache@v3 + uses: https://code.forgejo.org/actions/cache@v4 with: path: /go_cache key: go_cache-${{ github.repository }}-${{ github.ref_name }} |