bump github actions to v3

This commit is contained in:
jangko 2023-02-14 12:23:48 +07:00
parent 2e7f2040fe
commit 3f5065b6fd
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ jobs:
runs-on: ${{ matrix.builder }}
steps:
- name: Git checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install build dependencies (Linux i386)
if: runner.os == 'Linux' && matrix.target.cpu == 'i386'
@ -91,7 +91,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'