Skip to content

Commit

Permalink
Merge pull request #145 from Firefishy/patch-1
Browse files Browse the repository at this point in the history
Minor README.md update - use newer action versions
  • Loading branch information
CrazyMax authored and GitHub committed May 28, 2022
2 parents 91cb32d + 9102fb7 commit 7560281
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 7560281

Please sign in to comment.