Merge branch 'master' into dependabot/go_modules/go.unistack.org/micro/v3-3.9.11

This commit is contained in:
Василий Толстов 2022-12-27 00:19:13 +03:00 committed by GitHub
commit 5dd711bce7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: approve
uses: hmarr/auto-approve-action@v2
uses: hmarr/auto-approve-action@v3
if: github.actor == 'vtolstov' || github.actor == 'dependabot[bot]'
id: approve
with:

View File

@ -13,7 +13,7 @@ jobs:
with:
go-version: 1.17
- name: checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
- name: cache
uses: actions/cache@v3
with:
@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
- name: lint
uses: golangci/golangci-lint-action@v3.3.1
continue-on-error: true

View File

@ -43,7 +43,7 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
- name: setup
uses: actions/setup-go@v3
with:

View File

@ -13,7 +13,7 @@ jobs:
with:
go-version: 1.17
- name: checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
- name: cache
uses: actions/cache@v3
with:
@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
- name: lint
uses: golangci/golangci-lint-action@v3.3.1
continue-on-error: true