Skip to content

Commit

Permalink
Merge pull request #96 from artichoke/dependabot/github_actions/ruby/…
Browse files Browse the repository at this point in the history
…setup-ruby-1.148.0

Bump ruby/setup-ruby from 1.147.0 to 1.148.0
  • Loading branch information
lopopolo authored May 12, 2023
2 parents 3b237a1 + d2ad598 commit b40c6d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v3.5.2

- name: Install Ruby toolchain
uses: ruby/setup-ruby@6cecb48364174b0952995175c55f9bf5527e6682 # v1.147.0
uses: ruby/setup-ruby@d2b39ad0b52eca07d23f3aa14fdf2a3fcc1f411c # v1.148.0
with:
ruby-version: ".ruby-version"
bundler-cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
uses: actions/checkout@v3.5.2

- name: Install Ruby toolchain
uses: ruby/setup-ruby@6cecb48364174b0952995175c55f9bf5527e6682 # v1.147.0
uses: ruby/setup-ruby@d2b39ad0b52eca07d23f3aa14fdf2a3fcc1f411c # v1.148.0
with:
ruby-version: ".ruby-version"
bundler-cache: true
Expand Down

0 comments on commit b40c6d2

Please # to comment.