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.
2 parents e21a6e8 + 30b1096 commit c427217Copy full SHA for c427217
.github/workflows/codeql.yml
@@ -26,7 +26,7 @@ jobs:
26
27
steps:
28
- name: Checkout
29
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
30
31
- name: Initialize CodeQL
32
uses: github/codeql-action/init@v3
.github/workflows/tests.yaml
@@ -69,7 +69,7 @@ jobs:
69
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
70
71
72
73
- name: Setup Ruby
74
uses: ruby/setup-ruby@v1
75
with:
0 commit comments