Skip to content

Commit

Permalink
Update actions/checkout to v4
Browse files Browse the repository at this point in the history
actions/checkout@v2 has been deprecated for some time now.
  • Loading branch information
nevans committed Sep 3, 2024
1 parent 428309d commit 167968c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- { os: macos-latest, ruby: "2.5" }
steps:
- name: repo checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: load ruby, openssl
uses: MSP-Greg/setup-ruby-pkgs@v1
Expand Down

0 comments on commit 167968c

Please sign in to comment.