Skip to content

Commit 45fae02

Browse files
authored
Update deploy-main.yml
1 parent bb028f7 commit 45fae02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ jobs:
5858
runs-on: ubuntu-22.04
5959

6060
steps:
61-
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
61+
- uses: actions/setup-go@v3
6262
with:
6363
go-version: ${{ matrix.go-version }}
64-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
64+
- uses: actions/checkout@v3
6565
- name: golangci-lint
66-
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc
66+
uses: golangci/golangci-lint-action@v3
6767
with:
6868
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
6969
version: v1.47.2

0 commit comments

Comments
 (0)