From 0b6adca689c914451d4d52f65cd4b7a6422fb5f7 Mon Sep 17 00:00:00 2001
From: CrazyMax <crazy-max@users.noreply.github.com>
Date: Tue, 12 Sep 2023 10:30:58 +0200
Subject: [PATCH] docs: bump actions to latest major

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 00ed615..ba1224f 100644
--- a/README.md
+++ b/README.md
@@ -32,14 +32,14 @@ jobs:
     steps:
       -
         name: Set up QEMU
-        uses: docker/setup-qemu-action@v2
+        uses: docker/setup-qemu-action@v3
 ```
 
 ## Customizing
 
 ### inputs
 
-Following inputs can be used as `step.with` keys
+The following inputs can be used as `step.with` keys:
 
 | Name        | Type   | Default                                                                       | Description                                      |
 |-------------|--------|-------------------------------------------------------------------------------|--------------------------------------------------|
@@ -48,7 +48,7 @@ Following inputs can be used as `step.with` keys
 
 ### outputs
 
-Following outputs are available
+The following outputs are available:
 
 | Name          | Type    | Description                           |
 |---------------|---------|---------------------------------------|