Downgrade ruby version (#2098)
Signed-off-by: George Araújo <george.gcac@gmail.com>
This commit is contained in:
parent
04f7b041a1
commit
67000003fa
2
.github/workflows/axe.yml
vendored
2
.github/workflows/axe.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
- name: Setup Ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: "3.3"
|
||||
ruby-version: "3.2.2"
|
||||
bundler-cache: true
|
||||
- name: Update _config.yml ⚙️
|
||||
uses: fjogeleit/yaml-update-action@main
|
||||
|
||||
2
.github/workflows/broken-links-site.yml
vendored
2
.github/workflows/broken-links-site.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
- name: Setup Ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: "3.3"
|
||||
ruby-version: "3.2.2"
|
||||
bundler-cache: true
|
||||
- name: Update _config.yml ⚙️
|
||||
uses: fjogeleit/yaml-update-action@main
|
||||
|
||||
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
- name: Setup Ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: "3.3"
|
||||
ruby-version: "3.2.2"
|
||||
bundler-cache: true
|
||||
- name: Update _config.yml ⚙️
|
||||
uses: fjogeleit/yaml-update-action@main
|
||||
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@ -8,5 +8,4 @@ _site
|
||||
.tweet-cache
|
||||
Gemfile.lock
|
||||
node_modules/
|
||||
vendor
|
||||
|
||||
vendor
|
||||
Loading…
Reference in New Issue
Block a user