Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/stale-3f3b…
Browse files Browse the repository at this point in the history
…0175e8c66fb49b9a6d5a0cd1f8436d4c3ab6
  • Loading branch information
njbbaer authored Dec 20, 2023
2 parents 6895b52 + 172dd10 commit f86a7ac
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@8575951200e472d5f2d95c625da0c7bec8217c42 # (latest, untagged)
uses: ruby/setup-ruby@af848b40be8bb463a751551a1180d74782ba8a72 # (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@8575951200e472d5f2d95c625da0c7bec8217c42
uses: ruby/setup-ruby@af848b40be8bb463a751551a1180d74782ba8a72
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
Expand Down

0 comments on commit f86a7ac

Please sign in to comment.