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 21ae724 commit 3468063Copy full SHA for 3468063
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout
14
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
15
- name: Setup Ruby
16
uses: ruby/setup-ruby@v1
17
with:
.github/workflows/pages.yml
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
35
submodules: true # Initialize and update submodules
36
fetch-depth: 0 # Ensure the full history is fetched
0 commit comments