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 94346b9 commit 4cd7036Copy full SHA for 4cd7036
.github/workflows/jekyll.yml
@@ -25,7 +25,7 @@ jobs:
25
runs-on: ubuntu-latest
26
steps:
27
- name: Checkout
28
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
29
30
- name: Setup Ruby
31
uses: ruby/setup-ruby@v1
.github/workflows/main.yml
@@ -6,7 +6,7 @@ jobs:
6
timeout-minutes: 5
7
8
9
10
11
- name: npm install
12
run: npm install
0 commit comments