We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce98cde + c354f27 commit e9586a7Copy full SHA for e9586a7
3 files changed
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout
14
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
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
36
.github/workflows/update-about-mmc.yml
@@ -16,7 +16,7 @@ jobs:
18
- name: Checkout this repo
19
- uses: actions/checkout@v3
20
21
- name: Fetch shared About MMC section
22
run: |
0 commit comments