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 e035ccf + b16ecc7 commit b751af6Copy full SHA for b751af6
.github/workflows/macos.yml
@@ -43,7 +43,7 @@ jobs:
43
continue-on-error: ${{ matrix.experimental || endsWith(matrix.ruby, 'head') }}
44
steps:
45
- name: Checkout
46
- uses: actions/checkout@v3
+ uses: actions/checkout@v5
47
- name: Setup Ruby & Bundle
48
uses: ruby/setup-ruby@v1
49
with:
.github/workflows/windows.yml
@@ -42,7 +42,7 @@ jobs:
42
0 commit comments