diff options
author | Tulio Leao <tupaschoal@gmail.com> | 2022-07-04 09:01:21 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-04 09:01:21 -0300 |
commit | 71eed3edd26d10f1cb43bc4c2dacf4ded3f3bba5 (patch) | |
tree | 4ce5fab38c7c791e710d76df01987966731dfc2d /.github | |
parent | 6e4c87d65955f89c0e4b7fcc34390be0f30a7d0a (diff) |
Upgrade from Ruby 2.7.2 to 3.1.2 (#1249)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/workflow.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index b3d76520..f8eb7887 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7.2 + ruby-version: 3.1.2 bundler-cache: true - run: script/run_jekyll.sh validate-json: @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7.2 + ruby-version: 3.1.2 bundler-cache: true - run: script/validate_json.rb ping-websites: @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7.2 + ruby-version: 3.1.2 bundler-cache: true - run: script/ping_websites.rb check-files-formatting: @@ -42,6 +42,6 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7.2 + ruby-version: 3.1.2 bundler-cache: true - run: script/check_files_formatting.sh |