mirror of https://github.com/knative/docs.git
Update common github actions (#3330)
Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
parent
913fbe57df
commit
c7c1e7df63
|
@ -60,7 +60,7 @@ jobs:
|
||||||
go-version: 1.15.x
|
go-version: 1.15.x
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: GO111MODULE=on go get knative.dev/test-infra/buoy@master
|
run: GO111MODULE=on go get knative.dev/test-infra/buoy@main
|
||||||
|
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
|
@ -21,9 +21,9 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
branch:
|
branch:
|
||||||
description: 'Branch? (master)'
|
description: 'Branch? (main)'
|
||||||
required: true
|
required: true
|
||||||
default: 'master'
|
default: 'main'
|
||||||
start-sha:
|
start-sha:
|
||||||
description: 'Starting SHA? (last tag on branch)'
|
description: 'Starting SHA? (last tag on branch)'
|
||||||
end-sha:
|
end-sha:
|
||||||
|
|
|
@ -127,7 +127,7 @@ jobs:
|
||||||
if: steps.golangci_configuration.outputs.files_exists == 'true'
|
if: steps.golangci_configuration.outputs.files_exists == 'true'
|
||||||
uses: golangci/golangci-lint-action@v2
|
uses: golangci/golangci-lint-action@v2
|
||||||
with:
|
with:
|
||||||
version: v1.35
|
version: v1.38
|
||||||
|
|
||||||
- name: misspell
|
- name: misspell
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in New Issue