Skip to content

Commit

Permalink
Merge pull request #362 from procore-oss/dependabot/github_actions/ru…
Browse files Browse the repository at this point in the history
…by/setup-ruby-1.161.0

chore(deps): bump ruby/setup-ruby from 1.159.0 to 1.161.0
  • Loading branch information
jmeridth authored Nov 14, 2023
2 parents c30a3d5 + bb109f2 commit 4318637
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
files: lib/blueprinter/version.rb
- name: Set up Ruby
if: ${{ github.event_name == 'workflow_dispatch' || steps.version-file-changed.outputs.any_changed == 'true' }}
uses: ruby/setup-ruby@54a18e26dbbb1eabc604f317ade9a5788dddef81 # (latest, untagged)
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # (latest, untagged)
with:
ruby-version: 3.2
bundler-cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # (latest, untagged)
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@54a18e26dbbb1eabc604f317ade9a5788dddef81
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
Expand Down

0 comments on commit 4318637

Please sign in to comment.