Skip to content

Commit

Permalink
Version bump for bugfix in action; maybe I should use @latest?
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxserxxx committed Feb 9, 2022
1 parent 66047ad commit 7d26567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@master

- name: Compile
uses: xxxserxxx/actions/[email protected].0
uses: xxxserxxx/actions/[email protected].1
env:
SRCPATH: ./cmd/gotop
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@master

- name: Make binaries
uses: xxxserxxx/actions/[email protected].0
uses: xxxserxxx/actions/[email protected].1
with:
args: darwin/amd64/1 darwin/arm64/1 linux/amd64 linux/386 linux/arm64 linux/arm7 linux/arm6 linux/arm5 windows/amd64/1 windows/386/1 freebsd/amd64/1
env:
Expand Down

0 comments on commit 7d26567

Please sign in to comment.