Skip to content

Commit 742a995

Browse files
committed
Try bumping workflow versions
1 parent 564e034 commit 742a995

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
14-
- uses: actions/cache@v2
13+
- uses: actions/checkout@v4
14+
- uses: actions/cache@v4
1515
with:
1616
path: vendor/bundle
1717
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}
1818
restore-keys: |
1919
${{ runner.os }}-gems-
2020
- uses: ruby/setup-ruby@v1
2121
with:
22-
ruby-version: 2.6
22+
ruby-version: 3.3
2323
bundler-cache: true
2424
- name: jekyll build
2525
run: bundle exec jekyll build

0 commit comments

Comments
 (0)