|
@@ -52,7 +52,7 @@ jobs:
|
|
steps:
|
|
steps:
|
|
- name: Checkout
|
|
- name: Checkout
|
|
id: checkout
|
|
id: checkout
|
|
- uses: actions/checkout@v3
|
|
|
|
|
|
+ uses: actions/checkout@v4
|
|
with:
|
|
with:
|
|
fetch-depth: 0
|
|
fetch-depth: 0
|
|
submodules: recursive
|
|
submodules: recursive
|
|
@@ -127,7 +127,7 @@ jobs:
|
|
steps:
|
|
steps:
|
|
- name: Checkout
|
|
- name: Checkout
|
|
id: checkout
|
|
id: checkout
|
|
- uses: actions/checkout@v3
|
|
|
|
|
|
+ uses: actions/checkout@v4
|
|
with:
|
|
with:
|
|
fetch-depth: 0
|
|
fetch-depth: 0
|
|
submodules: recursive
|
|
submodules: recursive
|
|
@@ -203,7 +203,7 @@ jobs:
|
|
steps:
|
|
steps:
|
|
- name: Checkout
|
|
- name: Checkout
|
|
id: checkout
|
|
id: checkout
|
|
- uses: actions/checkout@v3
|
|
|
|
|
|
+ uses: actions/checkout@v4
|
|
- name: Prepare tools
|
|
- name: Prepare tools
|
|
id: prepare
|
|
id: prepare
|
|
run: |
|
|
run: |
|
|
@@ -252,7 +252,7 @@ jobs:
|
|
steps:
|
|
steps:
|
|
- name: Checkout
|
|
- name: Checkout
|
|
id: checkout
|
|
id: checkout
|
|
- uses: actions/checkout@v3
|
|
|
|
|
|
+ uses: actions/checkout@v4
|
|
- name: Setup Buildx
|
|
- name: Setup Buildx
|
|
id: buildx
|
|
id: buildx
|
|
uses: docker/setup-buildx-action@v2
|
|
uses: docker/setup-buildx-action@v2
|
|
@@ -351,7 +351,7 @@ jobs:
|
|
steps:
|
|
steps:
|
|
- name: Checkout
|
|
- name: Checkout
|
|
id: checkout
|
|
id: checkout
|
|
- uses: actions/checkout@v3
|
|
|
|
|
|
+ uses: actions/checkout@v4
|
|
with:
|
|
with:
|
|
submodules: recursive
|
|
submodules: recursive
|
|
- name: Fetch test environment
|
|
- name: Fetch test environment
|
|
@@ -431,7 +431,7 @@ jobs:
|
|
steps:
|
|
steps:
|
|
- name: Checkout
|
|
- name: Checkout
|
|
id: checkout
|
|
id: checkout
|
|
- uses: actions/checkout@v3
|
|
|
|
|
|
+ uses: actions/checkout@v4
|
|
- name: Fetch dist tarball artifacts
|
|
- name: Fetch dist tarball artifacts
|
|
id: fetch-tarball
|
|
id: fetch-tarball
|
|
uses: actions/download-artifact@v3
|
|
uses: actions/download-artifact@v3
|
|
@@ -495,7 +495,7 @@ jobs:
|
|
steps:
|
|
steps:
|
|
- name: Checkout
|
|
- name: Checkout
|
|
id: checkout
|
|
id: checkout
|
|
- uses: actions/checkout@v3
|
|
|
|
|
|
+ uses: actions/checkout@v4
|
|
- name: Prepare Environment
|
|
- name: Prepare Environment
|
|
id: prepare
|
|
id: prepare
|
|
run: mkdir -p artifacts
|
|
run: mkdir -p artifacts
|
|
@@ -569,7 +569,7 @@ jobs:
|
|
steps:
|
|
steps:
|
|
- name: Checkout
|
|
- name: Checkout
|
|
id: checkout
|
|
id: checkout
|
|
- uses: actions/checkout@v3
|
|
|
|
|
|
+ uses: actions/checkout@v4
|
|
- name: Fetch artifacts
|
|
- name: Fetch artifacts
|
|
id: fetch
|
|
id: fetch
|
|
uses: actions/download-artifact@v3
|
|
uses: actions/download-artifact@v3
|
|
@@ -623,7 +623,7 @@ jobs:
|
|
steps:
|
|
steps:
|
|
- name: Checkout
|
|
- name: Checkout
|
|
id: checkout
|
|
id: checkout
|
|
- uses: actions/checkout@v3
|
|
|
|
|
|
+ uses: actions/checkout@v4
|
|
- name: Fetch artifacts
|
|
- name: Fetch artifacts
|
|
id: fetch-artifacts
|
|
id: fetch-artifacts
|
|
uses: actions/download-artifact@v3
|
|
uses: actions/download-artifact@v3
|
|
@@ -725,12 +725,12 @@ jobs:
|
|
steps:
|
|
steps:
|
|
- name: Checkout Main Repo
|
|
- name: Checkout Main Repo
|
|
id: checkout-main
|
|
id: checkout-main
|
|
- uses: actions/checkout@v3
|
|
|
|
|
|
+ uses: actions/checkout@v4
|
|
with:
|
|
with:
|
|
path: main
|
|
path: main
|
|
- name: Checkout Nightly Repo
|
|
- name: Checkout Nightly Repo
|
|
id: checkout-nightly
|
|
id: checkout-nightly
|
|
- uses: actions/checkout@v3
|
|
|
|
|
|
+ uses: actions/checkout@v4
|
|
with:
|
|
with:
|
|
repository: netdata/netdata-nightlies
|
|
repository: netdata/netdata-nightlies
|
|
path: nightlies
|
|
path: nightlies
|
|
@@ -811,7 +811,7 @@ jobs:
|
|
steps:
|
|
steps:
|
|
- name: Checkout
|
|
- name: Checkout
|
|
id: checkout
|
|
id: checkout
|
|
- uses: actions/checkout@v3
|
|
|
|
|
|
+ uses: actions/checkout@v4
|
|
- name: Retrieve Artifacts
|
|
- name: Retrieve Artifacts
|
|
id: fetch
|
|
id: fetch
|
|
uses: actions/download-artifact@v3
|
|
uses: actions/download-artifact@v3
|