Skip to content

Commit

Permalink
chore(deps): update peaceiris/workflows action 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 9b39545 commit 60eba62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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/setup-node@v0.17.2
- uses: peaceiris/workflows/setup-node@v0.18.0
with:
node-version: "16"

- uses: peaceiris/workflows/setup-git@v0.17.2
- uses: peaceiris/workflows/setup-git@v0.18.0

- name: Create release
env:
Expand Down
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/setup-mage@v0.14.0
- uses: peaceiris/workflows/setup-goreleaser@v0.14.0
- uses: peaceiris/workflows/setup-mage@v0.18.0
- uses: peaceiris/workflows/setup-goreleaser@v0.18.0

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

0 comments on commit 60eba62

Please sign in to comment.