update github action to v3

This commit is contained in:
jangko 2023-02-01 11:53:46 +07:00
parent cd3ef7766b
commit 826e2fc013
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ jobs:
runs-on: ${{ matrix.builder }}
steps:
- name: Checkout nim-zlib
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: true
@ -93,7 +93,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
key: 'dlls'