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.
2 parents 7476660 + 52c85cf commit 68d260dCopy full SHA for 68d260d
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
- name: Checkout code
23
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
24
- name: Set up Ruby
25
uses: ruby/setup-ruby@v1
26
with:
.github/workflows/deploy.yml
@@ -13,7 +13,7 @@ jobs:
13
name: Deploy to GitHub Pages
14
runs-on: ubuntu-latest
15
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
17
18
fetch-depth: 0
19
- uses: actions/setup-node@v4
0 commit comments