Skip to content

Commit

Permalink
Merge pull request #227 from jrochkind/update_gh_action_checkout
Browse files Browse the repository at this point in the history
Update github actions checkout action to @4 to be latest, and not trigger GH action deprecation warnings
  • Loading branch information
jrochkind authored Jul 16, 2024
2 parents 0017ba3 + 6d0fd31 commit d54a63c
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 @@ -68,7 +68,7 @@ jobs:
name: ${{ matrix.gemfile }}, ruby ${{ matrix.ruby }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

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

0 comments on commit d54a63c

Please sign in to comment.