diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 2b23102e0..10ae1cdb5 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -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 diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 03479c18a..e83d25cd8 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -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 @@ -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: | diff --git a/.gitignore b/.gitignore index 8bb420758..76c7163f7 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ _site/ vendor/ .vscode/ Gemfile.lock +.ruby-version