Skip to content

Commit

Permalink
Merge pull request #5731 from rubyforgood/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4

build(deps): bump actions/checkout from 2 to 4
  • Loading branch information
compwron authored May 26, 2024
2 parents 373fbb6 + 0ea548e commit 445e9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 445e9e4

Please sign in to comment.