Skip to content

Commit 76e396c

Browse files
chenrui333arttor
authored andcommitted
deps: upgrade github action deps
Signed-off-by: Rui Chen <[email protected]>
1 parent 3634ef5 commit 76e396c

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515

1616
- name: Set up Go
17-
uses: actions/setup-go@v2
17+
uses: actions/setup-go@v3
1818
with:
1919
go-version: 1.18
2020

2121
- name: Fmt
2222
run: go fmt ./...
23-
23+
2424
- name: Vet
2525
run: go vet ./...
2626

2727
- name: Test
2828
run: go test -coverprofile c.out ./...
29-
30-
- name: Code Coverage
29+
30+
- name: Code Coverage
3131
uses: aktions/codeclimate-test-reporter@v1
3232
if: github.ref == 'refs/heads/main'
3333
with:
@@ -38,12 +38,9 @@ jobs:
3838
# uses: helm/[email protected]
3939
# with:
4040
# install_local_path_provisioner: true
41-
42-
# - name: cert install
43-
# run: kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.1.1/cert-manager.yaml
44-
45-
# - name: helm install
46-
# run: helm install my-release ./mychart -n my-namespace --create-namespace
4741

48-
42+
# - name: cert install
43+
# run: kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.1.1/cert-manager.yaml
4944

45+
# - name: helm install
46+
# run: helm install my-release ./mychart -n my-namespace --create-namespace

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
goreleaser:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
13-
- uses: actions/setup-go@v2
12+
- uses: actions/checkout@v3
13+
- uses: actions/setup-go@v3
1414
with:
1515
go-version: 1.18
1616
- name: Run GoReleaser

0 commit comments

Comments
 (0)