From 667ed97f877e41c99186534b0a0cf600b0e8e947 Mon Sep 17 00:00:00 2001 From: Darin Kotter Date: Wed, 11 Sep 2024 15:16:58 -0600 Subject: [PATCH] Update README, ensuring our examples use the most up-to-date actions --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 64a3c79..87bf1cd 100644 --- a/README.md +++ b/README.md @@ -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: | @@ -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: | @@ -133,6 +133,4 @@ Our GitHub Actions are available for use and remix under the MIT license. ## Like what you see? -

- -

+[![Work with 10up](https://10up.com/uploads/2016/10/10up-Github-Banner.png)](http://10up.com/contact/)