Skip to content

Commit

Permalink
chore(deps): update dependency peaceiris/workflows to v0.19.2 (#505)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 6, 2024
1 parent 7394c4e commit fe96bbf
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
contents: read
steps:
- uses: actions/checkout@v4
- uses: peaceiris/workflows/[email protected].1
- uses: peaceiris/workflows/[email protected].2
with:
node-version-file: '.nvmrc'
- run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
with:
fetch-depth: 0

- uses: peaceiris/workflows/[email protected].1
- uses: peaceiris/workflows/[email protected].2
with:
node-version-file: '.nvmrc'

- uses: peaceiris/workflows/[email protected].1
- uses: peaceiris/workflows/[email protected].2

- name: Create release
env:
Expand Down
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/[email protected].1
- uses: peaceiris/workflows/[email protected].2
- 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/[email protected].1
- uses: peaceiris/workflows/[email protected].2
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/[email protected].1
- uses: peaceiris/workflows/[email protected].2
with:
go-version: '1.18'
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: peaceiris/workflows/[email protected].1
- uses: peaceiris/workflows/[email protected].2
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/[email protected].1
- uses: peaceiris/workflows/[email protected].2
with:
python-version: '3.10'
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: peaceiris/workflows/[email protected].1
- uses: peaceiris/workflows/[email protected].2
```


Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: peaceiris/workflows/[email protected].1
- uses: peaceiris/workflows/[email protected].2
- run: goreleaser -h
- run: goreleaser check
Expand All @@ -219,7 +219,7 @@ jobs:
### Install a Specific Version

```yaml
- uses: peaceiris/workflows/[email protected].1
- uses: peaceiris/workflows/[email protected].2
with:
goreleaser-version: '1.8.1'
```
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: peaceiris/workflows/[email protected].1
- uses: peaceiris/workflows/[email protected].2
- run: mage -h
- run: mage fmt
Expand All @@ -260,7 +260,7 @@ jobs:
### Install a Specific Version

```yaml
- uses: peaceiris/workflows/[email protected].1
- uses: peaceiris/workflows/[email protected].2
with:
mage-version: '1.10.0'
```
Expand All @@ -272,7 +272,7 @@ jobs:
```yaml
jobs:
hadolint:
uses: peaceiris/workflows/.github/workflows/[email protected].1
uses: peaceiris/workflows/.github/workflows/[email protected].2
```


Expand All @@ -288,5 +288,5 @@ on:
jobs:
merger:
uses: peaceiris/workflows/.github/workflows/[email protected].1
uses: peaceiris/workflows/.github/workflows/[email protected].2
```
4 changes: 2 additions & 2 deletions setup-go/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ runs:
go-version: "${{ inputs.go-version }}"
go-version-file: "${{ inputs.go-version-file }}"

- uses: peaceiris/workflows/[email protected].1
- uses: peaceiris/workflows/[email protected].1
- uses: peaceiris/workflows/[email protected].2
- uses: peaceiris/workflows/[email protected].2

- uses: actions/cache@v3
with:
Expand Down

0 comments on commit fe96bbf

Please sign in to comment.