Skip to content

Commit

Permalink
Updates workflow to use checkouts v4
Browse files Browse the repository at this point in the history
  • Loading branch information
kishyr committed Feb 9, 2024
1 parent 51ad904 commit bce4d50
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 @@ -6,7 +6,7 @@ jobs:
name: 'Find and replace on a string'
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Run find-and-replace to remove refs/heads/
uses: mad9000/actions-find-and-replace-string@4
id: findandreplace
Expand Down

0 comments on commit bce4d50

Please sign in to comment.