Skip to content

Commit

Permalink
Bump/fix GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ReToCode committed Jan 24, 2024
1 parent d689ecc commit 84f22fb
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/knative-boilerplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:

steps:

- name: Set up Go 1.17.x
- name: Set up Go 1.21.x
uses: actions/setup-go@v2
with:
go-version: 1.17.x
go-version: 1.21.x
id: go

- name: Check out code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/knative-go-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ on:

jobs:
build:
uses: knative/actions/.github/workflows/go-build.yaml@main
uses: knative/actions/.github/workflows/reusable-go-build.yaml@main
2 changes: 1 addition & 1 deletion .github/workflows/knative-go-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ on:

jobs:
test:
uses: knative/actions/.github/workflows/go-test.yaml@main
uses: knative/actions/.github/workflows/reusable-go-test.yaml@main
2 changes: 1 addition & 1 deletion .github/workflows/knative-security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ on:

jobs:
analyze:
uses: knative/actions/.github/workflows/security.yaml@main
uses: knative/actions/.github/workflows/reusable-security.yaml@main
2 changes: 1 addition & 1 deletion .github/workflows/knative-stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ on:
jobs:

stale:
uses: knative/actions/.github/workflows/stale.yaml@main
uses: knative/actions/.github/workflows/reusable-stale.yaml@main
2 changes: 1 addition & 1 deletion .github/workflows/knative-style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ on:
jobs:

style:
uses: knative/actions/.github/workflows/style.yaml@main
uses: knative/actions/.github/workflows/reusable-style.yaml@main
2 changes: 1 addition & 1 deletion .github/workflows/knative-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ on:

jobs:
verify:
uses: knative/actions/.github/workflows/verify-codegen.yaml@main
uses: knative/actions/.github/workflows/reusable-verify-codegen.yaml@main

0 comments on commit 84f22fb

Please sign in to comment.