Skip to content

Commit 52495c2

Browse files
Bump the actions group across 1 directory with 2 updates (#113)
Bumps the actions group with 2 updates in the / directory: [ruby/setup-ruby](https://github.com/ruby/setup-ruby) and [theupdateframework/tuf-conformance](https://github.com/theupdateframework/tuf-conformance). Updates `ruby/setup-ruby` from 1.191.0 to 1.193.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@52753b7...f321cf5) Updates `theupdateframework/tuf-conformance` from c6710af12f1a0e5dc92ede62a431370c872deba0 to e9a3a160751549e8a9fd92b267a5c92247d9df82 - [Release notes](https://github.com/theupdateframework/tuf-conformance/releases) - [Commits](theupdateframework/tuf-conformance@c6710af...e9a3a16) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: theupdateframework/tuf-conformance dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b8f2545 commit 52495c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4040
- name: Set up Ruby
41-
uses: ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999 # v1.191.0
41+
uses: ruby/setup-ruby@f321cf5a4d1533575411f8752cf25b86478b0442 # v1.193.0
4242
with:
4343
ruby-version: ${{ matrix.ruby }}
4444
bundler-cache: true
@@ -76,7 +76,7 @@ jobs:
7676

7777
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
7878
- name: Set up Ruby
79-
uses: ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999 # v1.191.0
79+
uses: ruby/setup-ruby@f321cf5a4d1533575411f8752cf25b86478b0442 # v1.193.0
8080
with:
8181
ruby-version: ${{ matrix.ruby }}
8282
bundler-cache: true
@@ -126,7 +126,7 @@ jobs:
126126

127127
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
128128
- name: Set up Ruby
129-
uses: ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999 # v1.191.0
129+
uses: ruby/setup-ruby@f321cf5a4d1533575411f8752cf25b86478b0442 # v1.193.0
130130
with:
131131
ruby-version: ${{ matrix.ruby }}
132132
bundler-cache: true
@@ -135,7 +135,7 @@ jobs:
135135
run: touch requirements.txt
136136

137137
- name: Run the TUF conformance tests
138-
uses: theupdateframework/tuf-conformance@c6710af12f1a0e5dc92ede62a431370c872deba0
138+
uses: theupdateframework/tuf-conformance@e9a3a160751549e8a9fd92b267a5c92247d9df82
139139
with:
140140
entrypoint: ${{ github.workspace }}/bin/tuf-conformance-entrypoint
141141
artifact-name: "test repositories ${{ matrix.ruby }} ${{ matrix.os }}"
@@ -182,7 +182,7 @@ jobs:
182182

183183
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
184184
- name: Set up Ruby
185-
uses: ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999 # v1.191.0
185+
uses: ruby/setup-ruby@f321cf5a4d1533575411f8752cf25b86478b0442 # v1.193.0
186186
with:
187187
ruby-version: ${{ fromJson(needs.ruby-versions.outputs.latest) }}
188188
bundler-cache: true

0 commit comments

Comments
 (0)