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 978e24e commit 4569ab2Copy full SHA for 4569ab2
.github/workflows/dump-config.yml
@@ -28,7 +28,7 @@ jobs:
28
token: ${{ secrets.SHOPIFY_GH_ACCESS_TOKEN }}
29
30
- name: Setup Ruby
31
- uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # v1.257.0
+ uses: ruby/setup-ruby@ab177d40ee5483edb974554986f56b33477e21d0 # v1.265.0
32
with:
33
bundler-cache: true
34
.github/workflows/ruby.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
21
- name: Set up Ruby
22
23
24
ruby-version: ${{ matrix.ruby }}
25
0 commit comments