Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Vagrant
Commits
ff40bd2c
Commit
ff40bd2c
authored
4 years ago
by
sophia
Browse files
Options
Download
Email Patches
Plain Diff
Use ruby/setup-ruby gh action
actions/setup-ruby is deprecated
parent
d86fc650
main
ac.home-redirect
backport/ac.home-redirect/remotely-relieved-humpback
backport/ds.ie11-warning/mildly-right-toad
backport/kevin/placeholder-page/strangely-helpful-wahoo
backport/nq.web/add-demandbase-consent/mistakenly-flying-adder
backport/nq.web/disable-alert-banner/rightly-ideal-kangaroo
backport/nq.web/update-react-subnav/jointly-funny-ox
brk.fix/docs-search-styles
brk.fix/react-search
brk/upgrade-downloads-page
ks.website/upgrade-react-head
nq.add-fathom-analytics
nq.bump-hashistack-menu
nq.update-alert-banner-hcg2021
nq.update-hashistackmenu
nq.web.upgrade-platform-analytics
nq.web/add-demandbase-consent
nq.web/disable-alert-banner
nq.web/update-dockerfile-node-image
nq.web/update-react-subnav
nq/update-dockerfile
push-heroku-print-output
stable-website
vscode-customization
zs.address-500-error-page
v2.2.19
v2.2.18
v2.2.17
v2.2.16
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.github/workflows/build.yml
+1
-1
.github/workflows/build.yml
.github/workflows/code.yml
+1
-1
.github/workflows/code.yml
.github/workflows/release.yml
+1
-1
.github/workflows/release.yml
.github/workflows/testing.yml
+1
-1
.github/workflows/testing.yml
with
4 additions
and
4 deletions
+4
-4
.github/workflows/build.yml
+
1
-
1
View file @
ff40bd2c
...
...
@@ -15,7 +15,7 @@ jobs:
-
name
:
Code Checkout
uses
:
actions/checkout@v1
-
name
:
Set Ruby
uses
:
actions
/setup-ruby@v1
uses
:
ruby
/setup-ruby@v1
with
:
ruby-version
:
'
2.6'
-
name
:
Build RubyGem
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/code.yml
+
1
-
1
View file @
ff40bd2c
...
...
@@ -15,7 +15,7 @@ jobs:
persist-credentials
:
false
fetch-depth
:
0
-
name
:
Set Ruby
uses
:
actions
/setup-ruby@v1
uses
:
ruby
/setup-ruby@v1
with
:
ruby-version
:
'
2.6'
-
name
:
Sync Blackbox Testing Repository
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/release.yml
+
1
-
1
View file @
ff40bd2c
...
...
@@ -15,7 +15,7 @@ jobs:
-
name
:
Code Checkout
uses
:
actions/checkout@v1
-
name
:
Set Ruby
uses
:
actions
/setup-ruby@v1
uses
:
ruby
/setup-ruby@v1
with
:
ruby-version
:
'
2.6'
-
name
:
Create Builders Release
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/testing.yml
+
1
-
1
View file @
ff40bd2c
...
...
@@ -36,7 +36,7 @@ jobs:
-
name
:
Code Checkout
uses
:
actions/checkout@v1
-
name
:
Setup Ruby
uses
:
actions
/setup-ruby@v1
uses
:
ruby
/setup-ruby@v1
with
:
ruby-version
:
${{matrix.ruby}}
architecture
:
'
x64'
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help