Skip to content

Commit ac6f565

Browse files
authored
Merge pull request #451 from uyuni-project/dependabot/github_actions/ruby/setup-ruby-1.284.0
2 parents a40ad78 + 1df5850 commit ac6f565

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
36-
- uses: ruby/setup-ruby@4fc31e1c823882afd7ef55985266a526c589de90 # v1.282.0
36+
- uses: ruby/setup-ruby@80740b3b13bf9857e28854481ca95a84e78a2bdf # v1.284.0
3737
with:
3838
ruby-version: '3.4'
3939
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Checkout
4242
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4343
- name: Set up Ruby
44-
uses: ruby/setup-ruby@4fc31e1c823882afd7ef55985266a526c589de90 # v1.282.0
44+
uses: ruby/setup-ruby@80740b3b13bf9857e28854481ca95a84e78a2bdf # v1.284.0
4545
with:
4646
ruby-version: ${{ matrix.ruby }}
4747
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

0 commit comments

Comments
 (0)