Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Suyu
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
many-archive
Suyu
Commits
4fa625c4
There was an error fetching the commit references. Please try again later.
Commit
4fa625c4
authored
3 years ago
by
Morph
Browse files
Options
Downloads
Patches
Plain Diff
ci: Update various actions from v2 to v3
parent
770611fd
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/ci.yml
+1
-1
1 addition, 1 deletion
.github/workflows/ci.yml
.github/workflows/verify.yml
+5
-5
5 additions, 5 deletions
.github/workflows/verify.yml
with
6 additions
and
6 deletions
.github/workflows/ci.yml
+
1
−
1
View file @
4fa625c4
...
@@ -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@v
2
-
uses
:
actions/checkout@v
3
with
:
with
:
submodules
:
recursive
submodules
:
recursive
fetch-depth
:
0
fetch-depth
:
0
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/verify.yml
+
5
−
5
View file @
4fa625c4
...
@@ -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@v
2
-
uses
:
actions/checkout@v
3
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@v
2
-
uses
:
actions/checkout@v
3
with
:
with
:
submodules
:
recursive
submodules
:
recursive
fetch-depth
:
0
fetch-depth
:
0
-
name
:
Set up cache
-
name
:
Set up cache
uses
:
actions/cache@v
2
uses
:
actions/cache@v
3
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@v
2
uses
:
actions/cache@v
3
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@v
2
-
uses
:
actions/checkout@v
3
with
:
with
:
submodules
:
recursive
submodules
:
recursive
fetch-depth
:
0
fetch-depth
:
0
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment