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.
actions/checkout
1 parent 5aac7bd commit 24627a2Copy full SHA for 24627a2
.github/workflows/rubocop.yml
@@ -12,7 +12,7 @@ jobs:
12
ruby: ['2.7', '3.0']
13
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
with:
17
persist-credentials: false
18
- uses: ruby/setup-ruby@v1
.github/workflows/ruby.yml
@@ -17,7 +17,7 @@ jobs:
ruby: [2.7]
runs-on: ubuntu-latest
19
20
21
22
23
- uses: actions/setup-node@v3
@@ -68,7 +68,7 @@ jobs:
68
# having to do with automatic kwarg splatting
69
MT_KWARGS_HACK: 1
70
71
72
73
74
0 commit comments