Skip to content

Commit

Permalink
Merge branch 'main' of github.com:echinopscis/echinopscis.github.io
Browse files Browse the repository at this point in the history
  • Loading branch information
nickynicolson committed Jun 10, 2024
2 parents aba9741 + 948ce1b commit 35bebbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@ee2113536afb7f793eed4ce60e8d3b26db912da4 # v1.127.0
uses: ruby/setup-ruby@v1
with:
#ruby-version: '3.0' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
Expand Down

0 comments on commit 35bebbb

Please sign in to comment.