ci: Update various actions from v2 to v3

This commit is contained in:
Morph
2022-07-05 20:41:49 -04:00
parent 770611fdf3
commit 4fa625c4fa
2 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ jobs:
container: yuzuemu/build-environments:linux-transifex
if: ${{ github.repository == 'yuzu-emu/yuzu' && !github.head_ref }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0