Skip to content

Commit 82a04b1

Browse files
chore: update dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ab14975 commit 82a04b1

File tree

49 files changed

+338
-324
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+338
-324
lines changed

.github/workflows/ci.yaml

Lines changed: 137 additions & 137 deletions
Large diffs are not rendered by default.

.github/workflows/dispatch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
done
5353
continue-on-error: true
5454
- name: checkout
55-
uses: actions/checkout@v5
55+
uses: actions/checkout@v6
5656
- name: Unshallow
5757
run: |
5858
git fetch --prune --unshallow

.github/workflows/grype-scan-cron.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
done
4141
continue-on-error: true
4242
- name: checkout
43-
uses: actions/checkout@v5
43+
uses: actions/checkout@v6
4444
- name: Unshallow
4545
run: |
4646
git fetch --prune --unshallow
@@ -61,7 +61,7 @@ jobs:
6161
make target-grype-validate
6262
- name: save artifacts
6363
if: always()
64-
uses: actions/upload-artifact@v4
64+
uses: actions/upload-artifact@v5
6565
with:
6666
name: talos-grype-scan-result
6767
path: |

.github/workflows/integration-airgapped-cron.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
done
4141
continue-on-error: true
4242
- name: checkout
43-
uses: actions/checkout@v5
43+
uses: actions/checkout@v6
4444
- name: Unshallow
4545
run: |
4646
git fetch --prune --unshallow
@@ -53,7 +53,7 @@ jobs:
5353
timeout-minutes: 10
5454
- name: Download artifacts
5555
if: github.event_name != 'schedule'
56-
uses: actions/download-artifact@v4
56+
uses: actions/download-artifact@v6
5757
with:
5858
name: talos-artifacts
5959
path: _out
@@ -117,7 +117,7 @@ jobs:
117117
sudo -E make e2e-qemu
118118
- name: save artifacts
119119
if: always()
120-
uses: actions/upload-artifact@v4
120+
uses: actions/upload-artifact@v5
121121
with:
122122
name: talos-logs-integration-airgapped
123123
path: |-

.github/workflows/integration-aws-cron.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
done
4141
continue-on-error: true
4242
- name: checkout
43-
uses: actions/checkout@v5
43+
uses: actions/checkout@v6
4444
- name: Unshallow
4545
run: |
4646
git fetch --prune --unshallow
@@ -59,7 +59,7 @@ jobs:
5959
sops -d .secrets.yaml | yq -e '.secrets | to_entries[] | .key + "=" + .value' >> "$GITHUB_ENV"
6060
- name: Download artifacts
6161
if: github.event_name != 'schedule'
62-
uses: actions/download-artifact@v4
62+
uses: actions/download-artifact@v6
6363
with:
6464
name: talos-artifacts
6565
path: _out
@@ -109,7 +109,7 @@ jobs:
109109
run: |
110110
make e2e-aws-prepare
111111
- name: checkout contrib
112-
uses: actions/checkout@v5
112+
uses: actions/checkout@v6
113113
with:
114114
path: _out/contrib
115115
ref: main

.github/workflows/integration-aws-nvidia-nonfree-lts-cron.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
done
4141
continue-on-error: true
4242
- name: checkout
43-
uses: actions/checkout@v5
43+
uses: actions/checkout@v6
4444
- name: Unshallow
4545
run: |
4646
git fetch --prune --unshallow
@@ -59,7 +59,7 @@ jobs:
5959
sops -d .secrets.yaml | yq -e '.secrets | to_entries[] | .key + "=" + .value' >> "$GITHUB_ENV"
6060
- name: Download artifacts
6161
if: github.event_name != 'schedule'
62-
uses: actions/download-artifact@v4
62+
uses: actions/download-artifact@v6
6363
with:
6464
name: talos-artifacts
6565
path: _out
@@ -100,7 +100,7 @@ jobs:
100100
run: |
101101
make image-aws
102102
- name: checkout extensions
103-
uses: actions/checkout@v5
103+
uses: actions/checkout@v6
104104
with:
105105
path: _out/extensions
106106
ref: main
@@ -123,7 +123,7 @@ jobs:
123123
run: |
124124
make e2e-aws-prepare
125125
- name: checkout contrib
126-
uses: actions/checkout@v5
126+
uses: actions/checkout@v6
127127
with:
128128
path: _out/contrib
129129
ref: main

.github/workflows/integration-aws-nvidia-nonfree-production-cron.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
done
4141
continue-on-error: true
4242
- name: checkout
43-
uses: actions/checkout@v5
43+
uses: actions/checkout@v6
4444
- name: Unshallow
4545
run: |
4646
git fetch --prune --unshallow
@@ -59,7 +59,7 @@ jobs:
5959
sops -d .secrets.yaml | yq -e '.secrets | to_entries[] | .key + "=" + .value' >> "$GITHUB_ENV"
6060
- name: Download artifacts
6161
if: github.event_name != 'schedule'
62-
uses: actions/download-artifact@v4
62+
uses: actions/download-artifact@v6
6363
with:
6464
name: talos-artifacts
6565
path: _out
@@ -100,7 +100,7 @@ jobs:
100100
run: |
101101
make image-aws
102102
- name: checkout extensions
103-
uses: actions/checkout@v5
103+
uses: actions/checkout@v6
104104
with:
105105
path: _out/extensions
106106
ref: main
@@ -123,7 +123,7 @@ jobs:
123123
run: |
124124
make e2e-aws-prepare
125125
- name: checkout contrib
126-
uses: actions/checkout@v5
126+
uses: actions/checkout@v6
127127
with:
128128
path: _out/contrib
129129
ref: main

.github/workflows/integration-aws-nvidia-oss-lts-cron.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
done
4141
continue-on-error: true
4242
- name: checkout
43-
uses: actions/checkout@v5
43+
uses: actions/checkout@v6
4444
- name: Unshallow
4545
run: |
4646
git fetch --prune --unshallow
@@ -59,7 +59,7 @@ jobs:
5959
sops -d .secrets.yaml | yq -e '.secrets | to_entries[] | .key + "=" + .value' >> "$GITHUB_ENV"
6060
- name: Download artifacts
6161
if: github.event_name != 'schedule'
62-
uses: actions/download-artifact@v4
62+
uses: actions/download-artifact@v6
6363
with:
6464
name: talos-artifacts
6565
path: _out
@@ -100,7 +100,7 @@ jobs:
100100
run: |
101101
make image-aws
102102
- name: checkout extensions
103-
uses: actions/checkout@v5
103+
uses: actions/checkout@v6
104104
with:
105105
path: _out/extensions
106106
ref: main
@@ -123,7 +123,7 @@ jobs:
123123
run: |
124124
make e2e-aws-prepare
125125
- name: checkout contrib
126-
uses: actions/checkout@v5
126+
uses: actions/checkout@v6
127127
with:
128128
path: _out/contrib
129129
ref: main

.github/workflows/integration-aws-nvidia-oss-production-cron.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
done
4141
continue-on-error: true
4242
- name: checkout
43-
uses: actions/checkout@v5
43+
uses: actions/checkout@v6
4444
- name: Unshallow
4545
run: |
4646
git fetch --prune --unshallow
@@ -59,7 +59,7 @@ jobs:
5959
sops -d .secrets.yaml | yq -e '.secrets | to_entries[] | .key + "=" + .value' >> "$GITHUB_ENV"
6060
- name: Download artifacts
6161
if: github.event_name != 'schedule'
62-
uses: actions/download-artifact@v4
62+
uses: actions/download-artifact@v6
6363
with:
6464
name: talos-artifacts
6565
path: _out
@@ -100,7 +100,7 @@ jobs:
100100
run: |
101101
make image-aws
102102
- name: checkout extensions
103-
uses: actions/checkout@v5
103+
uses: actions/checkout@v6
104104
with:
105105
path: _out/extensions
106106
ref: main
@@ -123,7 +123,7 @@ jobs:
123123
run: |
124124
make e2e-aws-prepare
125125
- name: checkout contrib
126-
uses: actions/checkout@v5
126+
uses: actions/checkout@v6
127127
with:
128128
path: _out/contrib
129129
ref: main

.github/workflows/integration-cilium-cron.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
done
4141
continue-on-error: true
4242
- name: checkout
43-
uses: actions/checkout@v5
43+
uses: actions/checkout@v6
4444
- name: Unshallow
4545
run: |
4646
git fetch --prune --unshallow
@@ -53,7 +53,7 @@ jobs:
5353
timeout-minutes: 10
5454
- name: Download artifacts
5555
if: github.event_name != 'schedule'
56-
uses: actions/download-artifact@v4
56+
uses: actions/download-artifact@v6
5757
with:
5858
name: talos-artifacts
5959
path: _out
@@ -115,7 +115,7 @@ jobs:
115115
sudo -E make e2e-qemu
116116
- name: save artifacts
117117
if: always()
118-
uses: actions/upload-artifact@v4
118+
uses: actions/upload-artifact@v5
119119
with:
120120
name: talos-logs-integration-cilium
121121
path: |-

0 commit comments

Comments
 (0)