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 072ba84 + a88ab6d commit b5a60e8Copy full SHA for b5a60e8
.github/workflows/pages.yml
@@ -30,7 +30,7 @@ jobs:
30
runs-on: ubuntu-latest
31
steps:
32
- name: Checkout
33
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
34
- name: Setup Ruby
35
uses: ruby/setup-ruby@v1
36
with:
.github/workflows/test_yaml.yml
@@ -10,7 +10,7 @@ jobs:
10
test-yaml:
11
12
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
- name: Set up Python
15
uses: actions/setup-python@v5
16
- name: Install dependencies
0 commit comments