Skip to content

Commit 6903e31

Browse files
authored
Fix ping pong plantuml and update ruby CI action (#397)
* Fix ping pong plantuml Signed-off-by: acuadros95 <acuadros1995@gmail.com> * Fix typo Signed-off-by: acuadros95 <acuadros1995@gmail.com> * Update ruby version Signed-off-by: acuadros95 <acuadros1995@gmail.com> * Modify ruby action Signed-off-by: acuadros95 <acuadros1995@gmail.com> * Set specific ruby version Signed-off-by: acuadros95 <acuadros1995@gmail.com> --------- Signed-off-by: acuadros95 <acuadros1995@gmail.com>
1 parent 192c839 commit 6903e31

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
submodules: true
1717

1818
- name: Set up Ruby 2.7
19-
uses: actions/setup-ruby@v1
19+
uses: ruby/setup-ruby@v1
2020
with:
21-
ruby-version: 2.7.x
21+
ruby-version: 2.7.0
2222

2323
- name: Install Bundler
2424
run: gem install bundler
@@ -29,7 +29,7 @@ jobs:
2929
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
3030
restore-keys: |
3131
${{ runner.os }}-gems-
32-
32+
3333
- name: Bundle install
3434
run: |
3535
bundle config path vendor/bundle

_includes/first_application_common/pingpong_logic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ with a `pong`. To test that this logic is correctly functioning, we implement co
1111

1212
The diagram below clarifies the communication flow between these entities:
1313

14-
![pingpong](http://www.plantuml.com/plantuml/png/ZOwnIWGn48RxFCNFzSkoUG2vqce5jHEHi1dtWZkPa6GByNntavZY10yknMJu-ORlFwPiOjvvK-d3-M2YOR1uMKvHc93ZJafvoMML07d7h1NAE-DPWblg_na8vnwEx9OeZmzFOt1-BK7AzetJciPxCfRYVw1S0SbRLBEg1IpXPIvpUWLCmZpXIm6BS3addt7uQpu0ZQlxT1MK2r0g-7sfqbsbRrVfMrMwgbev3CDTlsqJGtJhATUmSMrMg5TKwaZUxfcttuMt7m00)
14+
![pingpong](https://www.plantuml.com/plantuml/png/ZOv1IyGm48Nl-HMFlPVI_W3PewSAwar4GZjsWvrCIAO7SVtlTc8FAxYmbydZyONl7Olwh2ilhdo4c7ps39OeuoaB4pIlv5oKYV0oRBTx1Np1qE7B0QDmaaXHSMWvZ5aU7vxQ5E9y02fdkRiAoWKe1dvVglfTrT-kwczLzQQguz0qT_lVUj7aC9_KoihLMw4wqGOgGIL1tZ6O43ZZML8OxVrCXFDU_jsv5KMdDovpQU_9JvJ_0-KAI762cPqxRd5LNdu3Bpy0)

0 commit comments

Comments
 (0)