mirror of
https://github.com/status-im/nim-serialization.git
synced 2025-01-21 01:09:20 +00:00
upgrade github actions to v3
This commit is contained in:
parent
257e2e02eb
commit
9059409cda
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -96,7 +96,7 @@ jobs:
|
||||
- name: Restore Nim DLLs dependencies (Windows) from cache
|
||||
if: runner.os == 'Windows'
|
||||
id: windows-dlls-cache
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: external/dlls-${{ matrix.target.cpu }}
|
||||
key: 'dlls-${{ matrix.target.cpu }}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user