Skip to content

Commit

Permalink
Minor README.md update - use newer action versions
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Slater <git@firefishy.com>
  • Loading branch information
Grant authored and Grant Slater committed May 26, 2022
1 parent 91cb32d commit 9102fb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
-
name: Set up Docker Buildx
id: buildx
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand All @@ -107,7 +107,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
-
uses: docker/setup-buildx-action@v2
id: buildx
Expand Down

0 comments on commit 9102fb7

Please sign in to comment.