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.
1 parent cc01b68 commit fef1ad0Copy full SHA for fef1ad0
1 file changed
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
35
steps:
36
- name: Checkout Code
37
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
38
- name: Setup Ruby
39
uses: ruby/setup-ruby@v1
40
with:
@@ -50,7 +50,7 @@ jobs:
50
if: ${{ github.ref_name == 'main' && github.event_name != 'pull_request' }}
51
52
53
54
55
56
@@ -67,7 +67,7 @@ jobs:
67
68
69
70
71
72
73
0 commit comments