Skip to content

Commit

Permalink
⬆️ Upgrade actions/checkout to v4 (#71)
Browse files Browse the repository at this point in the history
This will remove at least one GHA warning.
  • Loading branch information
jefftriplett authored Nov 2, 2024
1 parent 4f330c4 commit 84e8c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: setup ruby
uses: ruby/setup-ruby@v1
- name: bundle install
Expand Down

0 comments on commit 84e8c9f

Please sign in to comment.