Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency peaceiris/workflows to v0.18.1 #16

Merged
merged 1 commit into from
Jan 5, 2023
Merged
Show file tree
Hide file tree
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
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@v3
- uses: peaceiris/workflows/[email protected].0
- uses: peaceiris/workflows/[email protected].1
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].0
- uses: peaceiris/workflows/[email protected].1
with:
node-version-file: '.nvmrc'

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

- 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].0
- uses: peaceiris/workflows/[email protected].1
- 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].0
- uses: peaceiris/workflows/[email protected].1
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].0
- uses: peaceiris/workflows/[email protected].1
with:
go-version: '1.18'

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

- uses: peaceiris/workflows/[email protected].0
- uses: peaceiris/workflows/[email protected].1
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].0
- uses: peaceiris/workflows/[email protected].1
with:
python-version: '3.10'

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

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


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

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

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

```yaml
- uses: peaceiris/workflows/[email protected].0
- uses: peaceiris/workflows/[email protected].1
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].0
- uses: peaceiris/workflows/[email protected].1

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

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


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

jobs:
merger:
uses: peaceiris/workflows/.github/workflows/[email protected].0
uses: peaceiris/workflows/.github/workflows/[email protected].1
```
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].0
- uses: peaceiris/workflows/[email protected].0
- uses: peaceiris/workflows/[email protected].1
- uses: peaceiris/workflows/[email protected].1

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