diff options
| author | Albert Krewinkel <[email protected]> | 2023-01-12 15:03:31 +0100 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2023-01-12 15:05:28 +0100 |
| commit | 2101dcf54ce5d3d2ecce300ca97dba47c5d61f02 (patch) | |
| tree | 70b8a5d63cad32b79d5296df7ead49e2010123b0 | |
| parent | c99cc530242b1e8812ac7945cabdc6d7a1005669 (diff) | |
CI: bump all versions of "cache" action to v3
This fixes deprecation warnings on GitHub.
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfcdca607..af405d7b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -132,7 +132,7 @@ jobs: # stack's local package dbs for the project and each package - name: Cache .stack-work - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: | .stack-work |
