Skip to content

Commit

Permalink
Merge pull request #127 from GrantBirki/dependabot/github_actions/git…
Browse files Browse the repository at this point in the history
…hub-actions-e3f5f77a3f

Bump ruby/setup-ruby from 1.196.0 to 1.203.0 in the github-actions group across 1 directory
  • Loading branch information
GrantBirki authored Dec 17, 2024
2 parents a05ed19 + dd4f49c commit dc5e9e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: checkout
uses: actions/checkout@v4

- uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 # pin@v1.196.0
- uses: ruby/setup-ruby@2a18b06812b0e15bb916e1df298d3e740422c47e # pin@v1.203.0
with:
bundler-cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: checkout
uses: actions/checkout@v4

- uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 # pin@v1.196.0
- uses: ruby/setup-ruby@2a18b06812b0e15bb916e1df298d3e740422c47e # pin@v1.203.0
with:
bundler-cache: true

Expand Down

0 comments on commit dc5e9e9

Please sign in to comment.