Skip to content

Commit

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

Bump ruby/setup-ruby from 1.206.0 to 1.207.0
  • Loading branch information
cwrw authored Dec 31, 2024
2 parents f869715 + ff8ec92 commit f3f84a0
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.206.0
uses: ruby/setup-ruby@v1.207.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.206.0
uses: ruby/setup-ruby@v1.207.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.206.0
uses: ruby/setup-ruby@v1.207.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.206.0
uses: ruby/setup-ruby@v1.207.0
with:
ruby-version: ${{ inputs.ruby-version }}

Expand Down

0 comments on commit f3f84a0

Please sign in to comment.