aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorMorph <[email protected]>2022-07-05 20:41:49 -0400
committerMorph <[email protected]>2022-07-05 20:41:49 -0400
commit4fa625c4fa374faab4cfd1357b84a3cb193db719 (patch)
tree72fb5412b8e7f238440f02a2b5f823c364dbfb88 /.github
parent770611fdf39f274ee9ccde9875e86cfeb79a3f6f (diff)
downloadyuzu-mainline-4fa625c4fa374faab4cfd1357b84a3cb193db719.tar.gz
yuzu-mainline-4fa625c4fa374faab4cfd1357b84a3cb193db719.zip
ci: Update various actions from v2 to v3
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.github/workflows/verify.yml10
2 files changed, 6 insertions, 6 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:
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
diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml
index 7e39ef847..c1886b9f3 100644
--- a/.github/workflows/verify.yml
+++ b/.github/workflows/verify.yml
@@ -12,7 +12,7 @@ jobs:
image: yuzuemu/build-environments:linux-clang-format
options: -u 1001
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
with:
submodules: false
- name: 'Verify Formatting'
@@ -35,12 +35,12 @@ jobs:
image: yuzuemu/build-environments:${{ matrix.image }}
options: -u 1001
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0
- name: Set up cache
- uses: actions/cache@v2
+ uses: actions/cache@v3
id: ccache-restore
with:
path: ~/.ccache
@@ -69,7 +69,7 @@ jobs:
runs-on: windows-2019
steps:
- name: Set up cache
- uses: actions/cache@v2
+ uses: actions/cache@v3
with:
path: ~/.buildcache
key: ${{ runner.os }}-msvc-${{ github.sha }}
@@ -89,7 +89,7 @@ jobs:
echo %PATH% >> %GITHUB_PATH%
- name: Set up MSVC
uses: ilammy/msvc-dev-cmd@v1
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0