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 9b19729 commit ba748e3Copy full SHA for ba748e3
.github/workflows/release.yaml
@@ -24,7 +24,7 @@ jobs:
24
name: GitHub
25
runs-on: ubuntu-latest
26
steps:
27
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
28
- name: Release
29
run: |
30
ruby \
.github/workflows/test.yaml
@@ -30,7 +30,7 @@ jobs:
- "3.2"
31
- "3.3"
32
33
34
- name: Install dependencies to build gems
35
36
sudo apt update
0 commit comments