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 262e41f commit 5edd88fCopy full SHA for 5edd88f
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Checkout
12
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
13
- name: Set up Ruby
14
uses: ruby/setup-ruby@v1
15
with:
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ${{ matrix.platform }}
27
28
29
30
- name: Setup Ruby
31
32
.github/workflows/release.yml
@@ -6,7 +6,7 @@ jobs:
6
build:
7
8
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
0 commit comments