We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 777853f commit 0f197a1Copy full SHA for 0f197a1
1 file changed
.github/workflows/ruby.yml
@@ -11,7 +11,7 @@ jobs:
11
env:
12
BUNDLE_GEMFILE: gemfiles/7.2.gemfile
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
15
with:
16
fetch-depth: 0
17
- uses: ruby/setup-ruby@v1
@@ -39,7 +39,7 @@ jobs:
39
40
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
41
42
43
- name: Set up Ruby
44
uses: ruby/setup-ruby@v1
45
@@ -52,7 +52,7 @@ jobs:
52
Demo:
53
runs-on: ubuntu-latest
54
55
56
57
58
0 commit comments