mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-02 06:25:02 +03:00
Merge pull request #4680 from gitbutlerapp/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
This commit is contained in:
commit
8f51169004
2
.github/workflows/test-e2e.yml
vendored
2
.github/workflows/test-e2e.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
- name: Setup rust-toolchain stable
|
||||
id: rust-toolchain
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
- uses: actions/cache@v3
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/bin/
|
||||
|
Loading…
Reference in New Issue
Block a user