Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit c722204

Browse files
author
odacremolbap
committed
update gh actions
1 parent 2801be5 commit c722204

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
uses: actions/checkout@v3
2222

2323
- name: Set up Go
24-
uses: actions/setup-go@v3
24+
uses: actions/setup-go@v4
2525
with:
26-
go-version: '1.19'
26+
go-version: '1.20'
2727

2828
- name: Go caches
29-
uses: actions/cache@v2
29+
uses: actions/cache@v3
3030
with:
3131
path: |
3232
~/go/pkg/mod
@@ -49,12 +49,12 @@ jobs:
4949
uses: actions/checkout@v3
5050

5151
- name: Set up Go
52-
uses: actions/setup-go@v3
52+
uses: actions/setup-go@v4
5353
with:
54-
go-version: '1.19'
54+
go-version: '1.20'
5555

5656
- name: Go caches
57-
uses: actions/cache@v2
57+
uses: actions/cache@v3
5858
with:
5959
path: |
6060
~/go/pkg/mod
@@ -104,7 +104,7 @@ jobs:
104104
contents: write
105105
steps:
106106
- name: Checkout
107-
uses: actions/checkout@v2
107+
uses: actions/checkout@v3
108108
with:
109109
fetch-depth: 0
110110

.github/workflows/e2e-tests.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
-d '{"state":"pending","target_url":"${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}","context":"${{ github.workflow }}"}'
2424
2525
- name: Set up Go
26-
uses: actions/setup-go@v3
26+
uses: actions/setup-go@v4
2727
with:
28-
go-version: '1.19'
28+
go-version: '1.20'
2929

3030
- name: Go caches
3131
uses: actions/cache@v3
@@ -41,9 +41,9 @@ jobs:
4141
uses: container-tools/kind-action@v2
4242
with:
4343
version: v0.13.0
44-
knative_eventing: v1.4.0
45-
knative_serving: v1.4.0
46-
knative_kourier: v1.4.0
44+
knative_eventing: v1.6.0
45+
knative_serving: v1.6.0
46+
knative_kourier: v1.6.0
4747
# ko loads images directly into KinD's container runtime when
4848
# KO_DOCKER_REPO is set to the rogue value "kind.local", so we have no
4949
# use for a container registry.

.github/workflows/generated.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717

1818
- name: Set up Go
19-
uses: actions/setup-go@v2
19+
uses: actions/setup-go@v4
2020
with:
2121
go-version: '1.20'
2222

2323
- name: Go caches
24-
uses: actions/cache@v2
24+
uses: actions/cache@v3
2525
with:
2626
path: |
2727
~/go/pkg/mod

.github/workflows/licenses.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717

1818
- name: Set up Go
19-
uses: actions/setup-go@v2
19+
uses: actions/setup-go@v4
2020
with:
2121
go-version: '1.20'
2222

2323
- name: Go caches
24-
uses: actions/cache@v2
24+
uses: actions/cache@v3
2525
with:
2626
path: |
2727
~/.cache/go-build

0 commit comments

Comments
 (0)