Skip to content

Commit

Permalink
Merge pull request #66 from saiqulhaq/dependabot/github_actions/ruby/…
Browse files Browse the repository at this point in the history
…setup-ruby-1.144.1
  • Loading branch information
saiqulhaq committed Mar 21, 2023
2 parents 6a16a61 + eb50fa7 commit 3943139
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Ruby and install gems
uses: ruby/setup-ruby@8df78e55761745aad83acaf3ff12976382356e6d
uses: ruby/setup-ruby@e6689b4deb1cb2062ea45315001f687c0b52111b
with:
ruby-version: 2.7
bundler-cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@8df78e55761745aad83acaf3ff12976382356e6d
uses: ruby/setup-ruby@e6689b4deb1cb2062ea45315001f687c0b52111b
with:
ruby-version: 3.0
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@8df78e55761745aad83acaf3ff12976382356e6d
uses: ruby/setup-ruby@e6689b4deb1cb2062ea45315001f687c0b52111b
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
Expand Down

0 comments on commit 3943139

Please sign in to comment.