Skip to content

Commit

Permalink
Merge pull request #104 from crazy-max/bump-major
Browse files Browse the repository at this point in the history
docs: bump actions to latest major
  • Loading branch information
crazy-max committed Sep 12, 2023
2 parents 6882732 + 0b6adca commit 498e799
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 @@ -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 |
|-------------|--------|-------------------------------------------------------------------------------|--------------------------------------------------|
Expand All @@ -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 |
|---------------|---------|---------------------------------------|
Expand Down

0 comments on commit 498e799

Please sign in to comment.