Skip to content
Snippets Groups Projects
Commit 4fa625c4 authored by Morph's avatar Morph
Browse files

ci: Update various actions from v2 to v3

parent 770611fd
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ jobs: ...@@ -13,7 +13,7 @@ jobs:
container: yuzuemu/build-environments:linux-transifex container: yuzuemu/build-environments:linux-transifex
if: ${{ github.repository == 'yuzu-emu/yuzu' && !github.head_ref }} if: ${{ github.repository == 'yuzu-emu/yuzu' && !github.head_ref }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
with: with:
submodules: recursive submodules: recursive
fetch-depth: 0 fetch-depth: 0
......
...@@ -12,7 +12,7 @@ jobs: ...@@ -12,7 +12,7 @@ jobs:
image: yuzuemu/build-environments:linux-clang-format image: yuzuemu/build-environments:linux-clang-format
options: -u 1001 options: -u 1001
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
with: with:
submodules: false submodules: false
- name: 'Verify Formatting' - name: 'Verify Formatting'
...@@ -35,12 +35,12 @@ jobs: ...@@ -35,12 +35,12 @@ jobs:
image: yuzuemu/build-environments:${{ matrix.image }} image: yuzuemu/build-environments:${{ matrix.image }}
options: -u 1001 options: -u 1001
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
with: with:
submodules: recursive submodules: recursive
fetch-depth: 0 fetch-depth: 0
- name: Set up cache - name: Set up cache
uses: actions/cache@v2 uses: actions/cache@v3
id: ccache-restore id: ccache-restore
with: with:
path: ~/.ccache path: ~/.ccache
...@@ -69,7 +69,7 @@ jobs: ...@@ -69,7 +69,7 @@ jobs:
runs-on: windows-2019 runs-on: windows-2019
steps: steps:
- name: Set up cache - name: Set up cache
uses: actions/cache@v2 uses: actions/cache@v3
with: with:
path: ~/.buildcache path: ~/.buildcache
key: ${{ runner.os }}-msvc-${{ github.sha }} key: ${{ runner.os }}-msvc-${{ github.sha }}
...@@ -89,7 +89,7 @@ jobs: ...@@ -89,7 +89,7 @@ jobs:
echo %PATH% >> %GITHUB_PATH% echo %PATH% >> %GITHUB_PATH%
- name: Set up MSVC - name: Set up MSVC
uses: ilammy/msvc-dev-cmd@v1 uses: ilammy/msvc-dev-cmd@v1
- uses: actions/checkout@v2 - uses: actions/checkout@v3
with: with:
submodules: recursive submodules: recursive
fetch-depth: 0 fetch-depth: 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment