Skip to content

Commit

Permalink
Tweak actions/checkout verison in example workflow in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewlacy committed Nov 2, 2024
1 parent 4efda34 commit 29b677c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Brioche
uses: brioche-dev/setup-brioche@v1
Expand Down

0 comments on commit 29b677c

Please sign in to comment.