Skip to content

Commit

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

Bump ruby/setup-ruby from 1.214.0 to 1.215.0
  • Loading branch information
cwrw authored Jan 30, 2025
2 parents 9245d97 + 12a4311 commit 86e64a2
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@v4

- name: Setup Ruby
uses: ruby/setup-ruby@v1.214.0
uses: ruby/setup-ruby@v1.215.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.214.0
uses: ruby/setup-ruby@v1.215.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.214.0
uses: ruby/setup-ruby@v1.215.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.214.0
uses: ruby/setup-ruby@v1.215.0
with:
ruby-version: ${{ inputs.ruby-version }}

Expand Down

0 comments on commit 86e64a2

Please sign in to comment.