diff options
| author | 2022-07-05 20:41:49 -0400 | |
|---|---|---|
| committer | 2022-07-05 20:41:49 -0400 | |
| commit | 4fa625c4fa374faab4cfd1357b84a3cb193db719 (patch) | |
| tree | 72fb5412b8e7f238440f02a2b5f823c364dbfb88 /.github/workflows/ci.yml | |
| parent | Merge pull request #8486 from liushuyu/github-actions-verify (diff) | |
| download | yuzu-4fa625c4fa374faab4cfd1357b84a3cb193db719.tar.gz yuzu-4fa625c4fa374faab4cfd1357b84a3cb193db719.tar.xz yuzu-4fa625c4fa374faab4cfd1357b84a3cb193db719.zip | |
ci: Update various actions from v2 to v3
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3400670a..8ec7e3c69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml | |||
| @@ -13,7 +13,7 @@ jobs: | |||
| 13 | container: yuzuemu/build-environments:linux-transifex | 13 | container: yuzuemu/build-environments:linux-transifex |
| 14 | if: ${{ github.repository == 'yuzu-emu/yuzu' && !github.head_ref }} | 14 | if: ${{ github.repository == 'yuzu-emu/yuzu' && !github.head_ref }} |
| 15 | steps: | 15 | steps: |
| 16 | - uses: actions/checkout@v2 | 16 | - uses: actions/checkout@v3 |
| 17 | with: | 17 | with: |
| 18 | submodules: recursive | 18 | submodules: recursive |
| 19 | fetch-depth: 0 | 19 | fetch-depth: 0 |