Skip to content

Commit

Permalink
Bump up GHA to depress warnings (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhenxu94 authored Mar 28, 2023
1 parent e1a0235 commit c5ee307
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/license-eye-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-go@v2
- uses: actions/setup-go@v4
with:
go-version: 1.18

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:
using: "composite"
steps:
- name: Set up Go 1.18
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.18
- if: runner.os == 'Linux'
Expand Down
2 changes: 1 addition & 1 deletion dependency/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:
using: "composite"
steps:
- name: Set up Go 1.18
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.18
- if: runner.os == 'Linux'
Expand Down
2 changes: 1 addition & 1 deletion header/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:
using: "composite"
steps:
- name: Set up Go 1.18
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.18
- if: runner.os == 'Linux'
Expand Down

0 comments on commit c5ee307

Please sign in to comment.