diff options
| author | 2024-04-14 18:21:39 +0200 | |
|---|---|---|
| committer | 2024-04-14 18:21:48 +0200 | |
| commit | 49c04efecf8fffebfd29b5d9bea3010b7ecf4537 (patch) | |
| tree | 60de046929a99ad68e33a98673a1fcf842956492 /.github/workflows | |
| parent | ci: use actions/checkout v4 (diff) | |
| download | zig-sqlite-49c04efecf8fffebfd29b5d9bea3010b7ecf4537.tar.gz zig-sqlite-49c04efecf8fffebfd29b5d9bea3010b7ecf4537.tar.xz zig-sqlite-49c04efecf8fffebfd29b5d9bea3010b7ecf4537.zip | |
ci: use actions/cache v4
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8fe7c43..adc7db1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml | |||
| @@ -39,7 +39,7 @@ jobs: | |||
| 39 | with: | 39 | with: |
| 40 | version: master | 40 | version: master |
| 41 | 41 | ||
| 42 | - uses: actions/cache@v3 | 42 | - uses: actions/cache@v4 |
| 43 | if: ${{ matrix.os != 'windows-latest' }} | 43 | if: ${{ matrix.os != 'windows-latest' }} |
| 44 | with: | 44 | with: |
| 45 | path: | | 45 | path: | |