Skip to content

Commit a84cba5

Browse files
committed
chore: update GitHub Actions
1 parent c055d55 commit a84cba5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
- oldstable
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
22-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
21+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
22+
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
2323
with:
2424
go-version: ${{ matrix.go-version }}
2525
- name: build
@@ -29,7 +29,7 @@ jobs:
2929
lint:
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
33-
- uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd
32+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
33+
- uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
3434
with:
3535
version: v2.0.2

0 commit comments

Comments
 (0)