Skip to content

Commit

Permalink
Update README, ensuring our examples use the most up-to-date actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dkotter committed Sep 11, 2024
1 parent e761500 commit 667ed97
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build plugin # Remove or modify this step as needed
run: |
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build plugin # Remove or modify this step as needed
run: |
Expand Down Expand Up @@ -133,6 +133,4 @@ Our GitHub Actions are available for use and remix under the MIT license.
## Like what you see?
<p align="center">
<a href="http://10up.com/contact/"><img src="https://10up.com/uploads/2016/10/10up-Github-Banner.png" width="850"></a>
</p>
[![Work with 10up](https://10up.com/uploads/2016/10/10up-Github-Banner.png)](http://10up.com/contact/)

0 comments on commit 667ed97

Please sign in to comment.