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.
1 parent 4d0fbe1 commit e918973Copy full SHA for e918973
.github/workflows/cibuild.yaml
@@ -13,7 +13,7 @@ jobs:
13
os: [ubuntu-latest, macos-latest, windows-latest]
14
runs-on: ${{ matrix.os }}
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
- uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 # v1.255.0
18
with:
19
ruby-version: ${{ matrix.ruby }}
.github/workflows/pages-gem.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- name: Setup Ruby
uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 # v1.255.0
0 commit comments