Skip to content

Commit

Permalink
Merge pull request #5162 from DFE-Digital/dependabot/github_actions/r…
Browse files Browse the repository at this point in the history
…uby/setup-ruby-1.191.0

Bump ruby/setup-ruby from 1.190.0 to 1.191.0
  • Loading branch information
cwrw authored Sep 9, 2024
2 parents c8425b2 + db30ffb commit 146a996
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/brakeman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Ruby
uses: ruby/setup-ruby@v1.190.0
uses: ruby/setup-ruby@v1.191.0
with:
ruby-version: ${{ inputs.ruby-version }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: Checkout Code

- name: Set up Ruby
uses: ruby/setup-ruby@v1.190.0
uses: ruby/setup-ruby@v1.191.0
with:
ruby-version: ${{ inputs.ruby-version }}

Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
name: Checkout Code

- name: Set up Ruby
uses: ruby/setup-ruby@v1.190.0
uses: ruby/setup-ruby@v1.191.0
with:
ruby-version: ${{ inputs.ruby-version }}

Expand All @@ -91,7 +91,7 @@ jobs:
name: Checkout Code

- name: Set up Ruby
uses: ruby/setup-ruby@v1.190.0
uses: ruby/setup-ruby@v1.191.0
with:
ruby-version: ${{ inputs.ruby-version }}

Expand Down

0 comments on commit 146a996

Please sign in to comment.