We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19ef9d4 + 7792981 commit 452ba66Copy full SHA for 452ba66
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 }}
@@ -36,7 +36,7 @@ jobs:
36
prism:
37
runs-on: ubuntu-latest
38
39
40
41
42
ruby-version: head
.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