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 e6e53f3 + 724176c commit c79f860Copy full SHA for c79f860
.github/workflows/pages.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- name: Checkout
22
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
23
- name: Setup Ruby
24
uses: ruby/setup-ruby@v1
25
with:
.github/workflows/push_gem.yml
@@ -28,7 +28,7 @@ jobs:
28
29
egress-policy: audit
30
31
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
32
33
- name: Set up Ruby
34
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
timeout-minutes: 15
26
27
0 commit comments