Skip to content

Commit d67695c

Browse files
Lizzie37000lizzie
andauthored
Broker en (#281)
* Add redirect to MEXC API documentation in layout.erb * Update redirect URLs in layout.erb for MEXC API documentation * chore: change to v3 * chore: upgrade actions/cache to v4 in build workflow * chore: downgrade actions/cache to v3 in build workflow * chore: upgrade actions/checkout to v3 in build workflow * revert --------- Co-authored-by: lizzie <lizzie.z@mexc.com>
1 parent c1d5cfa commit d67695c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
ruby-version: [3.1]
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919
- name: Set up Ruby
2020
uses: ruby/setup-ruby@v1
2121
with:
2222
ruby-version: ${{ matrix.ruby-version }}
2323

24-
- uses: actions/cache@v2
24+
- uses: actions/cache@v3
2525
with:
2626
path: vendor/bundle
2727
key: gems-${{ runner.os }}-${{ matrix.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }}

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
ruby-version: ${{ env.ruby-version }}
2222

23-
- uses: actions/cache@v2
23+
- uses: actions/cache@v3
2424
with:
2525
path: vendor/bundle
2626
key: gems-${{ runner.os }}-${{ env.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }}

.github/workflows/dev_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
ruby-version: ${{ env.ruby-version }}
3737

38-
- uses: actions/cache@v2
38+
- uses: actions/cache@v3
3939
with:
4040
path: vendor/bundle
4141
key: gems-${{ runner.os }}-${{ env.ruby-version }}-${{ hashFiles('**/Gemfile.lock') }}

0 commit comments

Comments
 (0)