Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1.204.0
with:
ruby-version: '3.1'
ruby-version: '3.3'
bundler-cache: true
cache-version: 0

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:


- name: Setup Ruby
uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@v1.204.0
with:
ruby-version: '3.1'
ruby-version: '3.3'
bundler-cache: true
cache-version: 0

Expand All @@ -45,7 +45,7 @@ jobs:
args: --fallback-extensions html --exclude '^https://github\.com' --root-dir "${{ github.workspace }}/_site" _site/ --exclude-path all_tools_and_resources.html --exclude-path all_training_resources.html
# Don't fail action on broken links
fail: false
lycheeVersion: v0.20.0
lycheeVersion: v0.21.0

- name: Add page URL
run: |
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ _site/
vendor/
.vscode/
Gemfile.lock
.ruby-version
Loading