38
38
39
39
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
40
40
- name : Set up Ruby
41
- uses : ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999 # v1.191 .0
41
+ uses : ruby/setup-ruby@f321cf5a4d1533575411f8752cf25b86478b0442 # v1.193 .0
42
42
with :
43
43
ruby-version : ${{ matrix.ruby }}
44
44
bundler-cache : true
76
76
77
77
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
78
78
- name : Set up Ruby
79
- uses : ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999 # v1.191 .0
79
+ uses : ruby/setup-ruby@f321cf5a4d1533575411f8752cf25b86478b0442 # v1.193 .0
80
80
with :
81
81
ruby-version : ${{ matrix.ruby }}
82
82
bundler-cache : true
@@ -126,7 +126,7 @@ jobs:
126
126
127
127
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
128
128
- name : Set up Ruby
129
- uses : ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999 # v1.191 .0
129
+ uses : ruby/setup-ruby@f321cf5a4d1533575411f8752cf25b86478b0442 # v1.193 .0
130
130
with :
131
131
ruby-version : ${{ matrix.ruby }}
132
132
bundler-cache : true
@@ -135,7 +135,7 @@ jobs:
135
135
run : touch requirements.txt
136
136
137
137
- name : Run the TUF conformance tests
138
- uses : theupdateframework/tuf-conformance@c6710af12f1a0e5dc92ede62a431370c872deba0
138
+ uses : theupdateframework/tuf-conformance@e9a3a160751549e8a9fd92b267a5c92247d9df82
139
139
with :
140
140
entrypoint : ${{ github.workspace }}/bin/tuf-conformance-entrypoint
141
141
artifact-name : " test repositories ${{ matrix.ruby }} ${{ matrix.os }}"
@@ -182,7 +182,7 @@ jobs:
182
182
183
183
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
184
184
- name : Set up Ruby
185
- uses : ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999 # v1.191 .0
185
+ uses : ruby/setup-ruby@f321cf5a4d1533575411f8752cf25b86478b0442 # v1.193 .0
186
186
with :
187
187
ruby-version : ${{ fromJson(needs.ruby-versions.outputs.latest) }}
188
188
bundler-cache : true
0 commit comments