mirror of
https://github.com/rancher/steve.git
synced 2025-09-02 07:55:31 +00:00
chore(deps): update github actions
This commit is contained in:
committed by
GitHub
parent
c2fe79901d
commit
7b4e80eb07
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@@ -13,16 +13,16 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name : Checkout repository
|
- name : Checkout repository
|
||||||
# https://github.com/actions/checkout/releases/tag/v4.1.1
|
# https://github.com/actions/checkout/releases/tag/v4.1.1
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
# https://github.com/actions/setup-go/releases/tag/v5.0.0
|
# https://github.com/actions/setup-go/releases/tag/v5.0.0
|
||||||
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
|
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
|
||||||
with:
|
with:
|
||||||
go-version-file: 'go.mod'
|
go-version-file: 'go.mod'
|
||||||
- name: Install mockgen
|
- name: Install mockgen
|
||||||
run: go install go.uber.org/mock/mockgen@v0.4.0
|
run: go install go.uber.org/mock/mockgen@v0.4.0
|
||||||
- name: Install golangci-lint
|
- name: Install golangci-lint
|
||||||
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
|
uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2
|
||||||
with:
|
with:
|
||||||
version: v1.63.4
|
version: v1.63.4
|
||||||
- name: Install env-test
|
- name: Install env-test
|
||||||
|
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- name : Checkout repository
|
- name : Checkout repository
|
||||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||||
|
|
||||||
- name: Create release on Github
|
- name: Create release on Github
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user