Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
0xERR0R committed Sep 5, 2023
1 parent b94ca70 commit 9ad7524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: coturiv/setup-ionic@v1

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version-file: go.mod
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: coturiv/setup-ionic@v1

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version-file: go.mod
id: go
Expand Down

0 comments on commit 9ad7524

Please sign in to comment.