Skip to content

Commit

Permalink
Use current version of actions/checkout in example
Browse files Browse the repository at this point in the history
  • Loading branch information
efasel committed Dec 8, 2023
1 parent d93b2af commit ead7a41
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 @@ -29,7 +29,7 @@ Create a file in your repo called `.github/workflows/buildpack-update.yml` and i
name: buildpack updates
steps:
- name: Check out the repo
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: run cf-buildpack-update-action
uses: springernature/cf-buildpack-update-action@v1.0.9
env:
Expand Down

0 comments on commit ead7a41

Please sign in to comment.