Skip to content

Commit

Permalink
Try bumping workflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Aug 17, 2024
1 parent 564e034 commit 742a995
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}
restore-keys: |
${{ runner.os }}-gems-
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 3.3
bundler-cache: true
- name: jekyll build
run: bundle exec jekyll build
Expand Down

0 comments on commit 742a995

Please sign in to comment.