We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 071cfa7 + 9dfab96 commit 8779f8eCopy full SHA for 8779f8e
2 files changed
.github/workflows/ruby.yml
@@ -22,7 +22,7 @@ jobs:
22
matrix:
23
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
24
steps:
25
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
26
- uses: ruby/setup-ruby@v1
27
with:
28
ruby-version: ${{ matrix.ruby }}
@@ -34,7 +34,7 @@ jobs:
34
benchmark:
35
runs-on: ubuntu-latest
36
37
38
39
40
ruby-version: 3.3.6
.github/workflows/sync-ruby.yml
@@ -8,7 +8,7 @@ jobs:
8
9
if: ${{ github.repository_owner == 'ruby' }}
10
11
12
13
- name: Create GitHub App token
14
id: app-token
0 commit comments