Skip to content

Commit

Permalink
Merge pull request #1860 from sul-dlss/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
jcoyne authored Jun 19, 2024
2 parents 05fcfd0 + c3e7692 commit afd9fda
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 @@ -16,7 +16,7 @@ jobs:
ruby: ['3.2']
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Ruby and dependencies
uses: ruby/[email protected]
with:
Expand Down

0 comments on commit afd9fda

Please sign in to comment.