Skip to content

Commit

Permalink
chore(deps): update dependency peaceiris/workflows to v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 5, 2023
1 parent d24a682 commit 1139b9d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: peaceiris/workflows/setup-docker@v0.14.0
- uses: peaceiris/workflows/setup-docker@v0.18.0
- run: docker compose version
- run: docker buildx version
```
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: peaceiris/workflows/setup-docker@v0.14.0
- uses: peaceiris/workflows/setup-docker@v0.18.0
with:
compose-version: '2.4.1'
buildx-version: '0.8.2'
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: peaceiris/workflows/setup-go@v0.14.0
- uses: peaceiris/workflows/setup-go@v0.18.0
with:
go-version: '1.18'

Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: peaceiris/workflows/setup-node@v0.14.0
- uses: peaceiris/workflows/setup-node@v0.18.0
with:
node-version: '16.14.2'
# node-version-file: '.nvmrc'
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: peaceiris/workflows/setup-python@v0.14.0
- uses: peaceiris/workflows/setup-python@v0.18.0
with:
python-version: '3.10'

Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: peaceiris/workflows/setup-rust@v0.14.0
- uses: peaceiris/workflows/setup-rust@v0.18.0
```


Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: peaceiris/workflows/setup-goreleaser@v0.14.0
- uses: peaceiris/workflows/setup-goreleaser@v0.18.0

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

```yaml
- uses: peaceiris/workflows/setup-goreleaser@v0.14.0
- uses: peaceiris/workflows/setup-goreleaser@v0.18.0
with:
goreleaser-version: '1.8.1'
```
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: peaceiris/workflows/setup-mage@v0.14.0
- uses: peaceiris/workflows/setup-mage@v0.18.0

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

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


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

jobs:
merger:
uses: peaceiris/workflows/.github/workflows/merger.yml@v0.16.0
uses: peaceiris/workflows/.github/workflows/merger.yml@v0.18.0
```

0 comments on commit 1139b9d

Please sign in to comment.