There was an error while loading. Please reload this page.
1 parent 31f519b commit 75a75b0Copy full SHA for 75a75b0
1 file changed
.github/workflows/test.yml
@@ -11,9 +11,9 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout
14
- uses: actions/checkout@v4
+ uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
15
- name: Setup Ruby
16
- uses: ruby/setup-ruby@v1
+ uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
17
with:
18
ruby-version: '3.0'
19
bundler-cache: true
@@ -30,9 +30,9 @@ jobs:
30
- '3.3'
31
32
33
34
35
36
37
ruby-version: ${{ matrix.ruby-version }}
38
0 commit comments