We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddac744 commit a75def4Copy full SHA for a75def4
.github/workflows/build.yaml
@@ -8,13 +8,13 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
# Clone the repository and checkout into the relevant branch
11
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
12
13
# Install Ruby
14
- name: Install Ruby
15
uses: ruby/setup-ruby@v1
16
with:
17
- ruby-version: 2.7.3 # Check https://pages.github.com/versions/ for the current Ruby version used by gh pages.
+ ruby-version: 3.3.4 # Check https://pages.github.com/versions/ for the current Ruby version used by gh pages.
18
19
# Install dependencies required to run jekyll build
20
- name: Install gh-pages rubygem via bundler
0 commit comments