update actions/checkout to v3

This commit is contained in:
Unai Martinez-Corral
2022-11-07 22:39:52 +00:00
parent 17bc23954a
commit 57a0827b14
9 changed files with 11 additions and 11 deletions

View File

@@ -76,7 +76,7 @@ jobs:
steps:
- name: ⏬ Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: '🟦 Setup MSYS2'
if: matrix.system == 'msys2'