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

Bump actions/checkout from 2 to 3 #68

Closed
Closed
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
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
steps:
# Checkout
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

# Setup
- name: Setup Go
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
steps:
# Checkout
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

# Setup
- name: Login to quay.io
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
steps:
# Checkout
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Create kind cluster
uses: helm/kind-action@v1.2.0
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
steps:
# Checkout
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

# Release Helm
- name: Publish Helm chart
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down