Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: peaceiris/workflows/setup-docker@v0.21.2
- uses: peaceiris/workflows/setup-docker@v0.21.3
- run: docker compose version
- run: docker buildx version
```
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: peaceiris/workflows/setup-docker@v0.21.2
- uses: peaceiris/workflows/setup-docker@v0.21.3
with:
compose-version: '2.4.1'
buildx-version: '0.8.2'
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- uses: peaceiris/workflows/setup-go@v0.21.2
- uses: peaceiris/workflows/setup-go@v0.21.3
with:
go-version: '1.18'

Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- uses: peaceiris/workflows/setup-node@v0.21.2
- uses: peaceiris/workflows/setup-node@v0.21.3
with:
node-version: '16.14.2'
# node-version-file: '.nvmrc'
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- uses: peaceiris/workflows/setup-python@v0.21.2
- uses: peaceiris/workflows/setup-python@v0.21.3
with:
python-version: '3.10'

Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- uses: peaceiris/workflows/setup-rust@v0.21.2
- uses: peaceiris/workflows/setup-rust@v0.21.3
```


Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- uses: peaceiris/workflows/setup-goreleaser@v0.21.2
- uses: peaceiris/workflows/setup-goreleaser@v0.21.3

- run: goreleaser -h
- run: goreleaser check
Expand All @@ -219,7 +219,7 @@ jobs:
### Install a Specific Version

```yaml
- uses: peaceiris/workflows/setup-goreleaser@v0.21.2
- uses: peaceiris/workflows/setup-goreleaser@v0.21.3
with:
goreleaser-version: '1.8.1'
```
Expand Down Expand Up @@ -251,15 +251,15 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- uses: peaceiris/workflows/setup-ko@v0.21.2
- uses: peaceiris/workflows/setup-ko@v0.21.3

- run: ko version
```

### Install a Specific Version

```yaml
- uses: peaceiris/workflows/setup-ko@v0.21.2
- uses: peaceiris/workflows/setup-ko@v0.21.3
with:
ko-version: '0.17.1'
```
Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- uses: peaceiris/workflows/setup-mage@v0.21.2
- uses: peaceiris/workflows/setup-mage@v0.21.3

- run: mage -h
- run: mage fmt
Expand All @@ -300,7 +300,7 @@ jobs:
### Install a Specific Version

```yaml
- uses: peaceiris/workflows/setup-mage@v0.21.2
- uses: peaceiris/workflows/setup-mage@v0.21.3
with:
mage-version: '1.10.0'
```
Expand All @@ -312,7 +312,7 @@ jobs:
```yaml
jobs:
hadolint:
uses: peaceiris/workflows/.github/workflows/hadolint.yml@v0.21.2
uses: peaceiris/workflows/.github/workflows/hadolint.yml@v0.21.3
```


Expand All @@ -322,7 +322,7 @@ jobs:
```yaml
jobs:
actionlint:
uses: peaceiris/workflows/.github/workflows/actionlint.yml@v0.21.2
uses: peaceiris/workflows/.github/workflows/actionlint.yml@v0.21.3
```


Expand All @@ -338,5 +338,5 @@ on:

jobs:
merger:
uses: peaceiris/workflows/.github/workflows/merger.yml@v0.21.2
uses: peaceiris/workflows/.github/workflows/merger.yml@v0.21.3
```