We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adfea21 commit 044227eCopy full SHA for 044227e
.github/workflows/main.yml
@@ -29,7 +29,7 @@ jobs:
29
env:
30
AR: ${{ matrix.ar }}
31
steps:
32
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
33
- name: Set up Ruby
34
uses: ruby/setup-ruby@v1
35
with:
@@ -43,7 +43,7 @@ jobs:
43
type-check:
44
runs-on: ubuntu-latest
45
46
47
48
49
.github/workflows/pages.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
- name: Checkout
27
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
28
- uses: ruby/setup-ruby@v1
0 commit comments