diff options
Diffstat (limited to '.github')
| -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: | |
