Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
1268cf0a
Commit
1268cf0a
authored
Mar 08, 2024
by
Derek Nola
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump checkout action to v4
Signed-off-by:
Derek Nola
<
derek.nola@suse.com
>
parent
7712cb78
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
build-k3s.yaml
.github/workflows/build-k3s.yaml
+1
-1
install.yaml
.github/workflows/install.yaml
+1
-1
integration.yaml
.github/workflows/integration.yaml
+1
-1
nightly-install.yaml
.github/workflows/nightly-install.yaml
+1
-1
unitcoverage.yaml
.github/workflows/unitcoverage.yaml
+1
-1
updatecli.yaml
.github/workflows/updatecli.yaml
+1
-1
No files found.
.github/workflows/build-k3s.yaml
View file @
1268cf0a
...
@@ -22,7 +22,7 @@ jobs:
...
@@ -22,7 +22,7 @@ jobs:
timeout-minutes
:
20
timeout-minutes
:
20
steps
:
steps
:
-
name
:
Checkout K3s
-
name
:
Checkout K3s
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
-
name
:
Build K3s binary
-
name
:
Build K3s binary
run
:
|
run
:
|
DOCKER_BUILDKIT=1 SKIP_IMAGE=1 SKIP_AIRGAP=1 SKIP_VALIDATE=1 GOCOVER=1 make
DOCKER_BUILDKIT=1 SKIP_IMAGE=1 SKIP_AIRGAP=1 SKIP_VALIDATE=1 GOCOVER=1 make
...
...
.github/workflows/install.yaml
View file @
1268cf0a
...
@@ -39,7 +39,7 @@ jobs:
...
@@ -39,7 +39,7 @@ jobs:
INSTALL_K3S_SKIP_DOWNLOAD
:
binary
INSTALL_K3S_SKIP_DOWNLOAD
:
binary
steps
:
steps
:
-
name
:
"
Checkout"
-
name
:
"
Checkout"
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
with
:
{
fetch-depth
:
1
}
with
:
{
fetch-depth
:
1
}
-
name
:
Set up vagrant and libvirt
-
name
:
Set up vagrant and libvirt
uses
:
./.github/actions/vagrant-setup
uses
:
./.github/actions/vagrant-setup
...
...
.github/workflows/integration.yaml
View file @
1268cf0a
...
@@ -43,7 +43,7 @@ jobs:
...
@@ -43,7 +43,7 @@ jobs:
max-parallel
:
3
max-parallel
:
3
steps
:
steps
:
-
name
:
Checkout
-
name
:
Checkout
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
with
:
with
:
fetch-depth
:
1
fetch-depth
:
1
-
name
:
Install Go
-
name
:
Install Go
...
...
.github/workflows/nightly-install.yaml
View file @
1268cf0a
...
@@ -25,7 +25,7 @@ jobs:
...
@@ -25,7 +25,7 @@ jobs:
INSTALL_K3S_CHANNEL
:
${{ matrix.channel }}
INSTALL_K3S_CHANNEL
:
${{ matrix.channel }}
steps
:
steps
:
-
name
:
"
Checkout"
-
name
:
"
Checkout"
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
with
:
{
fetch-depth
:
1
}
with
:
{
fetch-depth
:
1
}
-
name
:
Set up vagrant and libvirt
-
name
:
Set up vagrant and libvirt
uses
:
./.github/actions/vagrant-setup
uses
:
./.github/actions/vagrant-setup
...
...
.github/workflows/unitcoverage.yaml
View file @
1268cf0a
...
@@ -32,7 +32,7 @@ jobs:
...
@@ -32,7 +32,7 @@ jobs:
timeout-minutes
:
20
timeout-minutes
:
20
steps
:
steps
:
-
name
:
Checkout
-
name
:
Checkout
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
with
:
with
:
fetch-depth
:
1
fetch-depth
:
1
-
name
:
Install Go
-
name
:
Install Go
...
...
.github/workflows/updatecli.yaml
View file @
1268cf0a
...
@@ -20,7 +20,7 @@ jobs:
...
@@ -20,7 +20,7 @@ jobs:
if
:
github.ref == 'refs/heads/master'
if
:
github.ref == 'refs/heads/master'
steps
:
steps
:
-
name
:
Checkout
-
name
:
Checkout
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
-
name
:
Install Go
-
name
:
Install Go
uses
:
actions/setup-go@v4
uses
:
actions/setup-go@v4
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment