diff options
| author | Joakim Hulthe <joakim.hulthe@mullvad.net> | 2025-02-11 19:36:28 +0100 |
|---|---|---|
| committer | Joakim Hulthe <joakim.hulthe@mullvad.net> | 2025-02-11 19:36:28 +0100 |
| commit | 0e3eec8de61d113290463a9edd6249ca83148f7e (patch) | |
| tree | 05595b57a440d5a86be37d7777f1c4f37755eaa5 | |
| parent | 0cf84de8141d6791c0f826b3cf0aa9ac6fea4d55 (diff) | |
| parent | 371f97a214937aa4ca17ed08d9f572e3add4d106 (diff) | |
| download | mullvadvpn-0e3eec8de61d113290463a9edd6249ca83148f7e.tar.xz mullvadvpn-0e3eec8de61d113290463a9edd6249ca83148f7e.zip | |
Merge branch 'update-actions-cache'
| -rw-r--r-- | .github/workflows/daemon.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/daemon.yml b/.github/workflows/daemon.yml index 7bf893d1ea..8677f77dec 100644 --- a/.github/workflows/daemon.yml +++ b/.github/workflows/daemon.yml @@ -152,7 +152,7 @@ jobs: echo "hash=$hash" >> "$GITHUB_OUTPUT" - name: Cache Windows libraries - uses: actions/cache@v2 + uses: actions/cache@v4 id: cache-windows-modules with: path: | |
