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 3a63766 commit 7f64f0dCopy full SHA for 7f64f0d
2 files changed
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
steps:
43
- uses: actions/checkout@v6
44
- name: Set up Ruby
45
- uses: ruby/setup-ruby@v1.307.0
+ uses: ruby/setup-ruby@v1.313.0
46
with:
47
ruby-version: ${{ matrix.ruby-version }}
48
bundler-cache: true
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
- name: Wait for CI to pass
14
- uses: lewagon/wait-on-check-action@v1.7.0
+ uses: lewagon/wait-on-check-action@v1.8.0
15
16
ref: ${{ github.sha }}
17
running-workflow-name: Wait for CI
0 commit comments