upgrade github action to v3

This commit is contained in:
jangko 2023-02-01 12:03:32 +07:00
parent 447b23d3bf
commit 25aab846f1
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 2 additions and 1 deletions

View File

@ -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 }}'
@ -160,5 +160,6 @@ jobs:
nim --version
nimble --version
nimble install -y --depsOnly
rm -f nimble.lock
env NIMLANG=c nimble test
env NIMLANG=cpp nimble test