We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc1fb03 + 50138cb commit 92acb5bCopy full SHA for 92acb5b
1 file changed
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
os: [ ubuntu-latest, macos-latest ]
12
runs-on: ${{ matrix.os }}
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
15
- name: Set up Ruby
16
uses: ruby/setup-ruby@v1
17
with:
0 commit comments