Skip to content

Commit a75def4

Browse files
committed
Bump versions in CI
1 parent ddac744 commit a75def4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
# Clone the repository and checkout into the relevant branch
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212

1313
# Install Ruby
1414
- name: Install Ruby
1515
uses: ruby/setup-ruby@v1
1616
with:
17-
ruby-version: 2.7.3 # Check https://pages.github.com/versions/ for the current Ruby version used by gh pages.
17+
ruby-version: 3.3.4 # Check https://pages.github.com/versions/ for the current Ruby version used by gh pages.
1818

1919
# Install dependencies required to run jekyll build
2020
- name: Install gh-pages rubygem via bundler

0 commit comments

Comments
 (0)