Skip to content

Commit

Permalink
Merge pull request #145 from projectblacklight/actions-checkout-version
Browse files Browse the repository at this point in the history
Update actions/checkout to v4
  • Loading branch information
marlo-longley authored Jul 29, 2024
2 parents c1729e8 + a0e1c68 commit d6c7bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
BLACKLIGHT_VERSION: ${{ matrix.blacklight_version }}
ENGINE_CART_RAILS_OPTIONS: "--skip-git --skip-listen --skip-spring --skip-keeps --skip-action-cable --skip-coffee --skip-test ${{ matrix.additional_engine_cart_rails_options }}"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit d6c7bea

Please sign in to comment.