Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump actions/checkout from 2 to 3.1.0 #76

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
HELM_VERSION: ["3.7.2"]
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0

- name: Bootstrap e2e
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run:
working-directory: website
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0

- name: Setup Node
uses: actions/[email protected]
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
# source: https://github.com/golangci/golangci-lint-action
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
Expand All @@ -57,7 +57,7 @@ jobs:
go-version: 1.17

- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0

- name: Unit test
run: |
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
go-version: 1.17

- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0

- name: Download e2e dependencies
run: |
Expand All @@ -110,7 +110,7 @@ jobs:
KUBERNETES_VERSION: ["1.21.1", "1.22.0", "1.23.0"]
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0

- name: Set up Go 1.17
uses: actions/setup-go@v2
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
GATEKEEPER_NAMESPACE: ["gatekeeper-system", "custom-namespace"]
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0

- name: Bootstrap e2e
run: |
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
KUBERNETES_VERSION: ["1.23.0"]
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0

- name: Set up Go 1.17
uses: actions/setup-go@v2
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
contents: read
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0

- name: Download trivy
run: |
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
contents: read
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0

- name: make docker-push-dev
run: |
Expand Down Expand Up @@ -312,7 +312,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0

- name: Set up Go 1.17
uses: actions/setup-go@v2
Expand Down