Skip to content

Commit e7190ad

Browse files
committed
update versions
1 parent e9ce102 commit e7190ad

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
contents: read
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v6
2020
with:
2121
fetch-depth: 0
2222

@@ -59,7 +59,7 @@ jobs:
5959
packages: write
6060
steps:
6161
- name: Checkout
62-
uses: actions/checkout@v4
62+
uses: actions/checkout@v6
6363

6464
- name: Set up Docker Buildx
6565
uses: docker/setup-buildx-action@v3
@@ -93,14 +93,14 @@ jobs:
9393
packages: write
9494
steps:
9595
- name: Checkout
96-
uses: actions/checkout@v4
96+
uses: actions/checkout@v6
9797
with:
9898
fetch-depth: 0
9999

100100
- name: Install Helm
101101
uses: azure/setup-helm@v4
102102
with:
103-
version: v3.14.4
103+
version: v4.0.1
104104

105105
- name: Update Chart metadata
106106
env:

Dockerfile.kubectl-jq

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# syntax=docker/dockerfile:1.6
22

3-
FROM alpine:3.20
3+
FROM alpine:3.22
44

5-
ARG KUBECTL_VERSION=v1.30.2
5+
ARG KUBECTL_VERSION=v1.34.2
66
ARG TARGETARCH
77

88
RUN apk add --no-cache bash curl jq ca-certificates \

devbox.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"lockfile_version": "1",
33
"packages": {
44
"github:NixOS/nixpkgs/nixpkgs-unstable": {
5-
"last_modified": "2025-11-08T12:28:21Z",
6-
"resolved": "github:NixOS/nixpkgs/f6b44b2401525650256b977063dbcf830f762369?lastModified=1762604901&narHash=sha256-Pr2jpryIaQr9Yx8p6QssS03wqB6UifnnLr3HJw9veDw%3D"
5+
"last_modified": "2025-11-25T14:41:04Z",
6+
"resolved": "github:NixOS/nixpkgs/dc205f7b4fdb04c8b7877b43edb7b73be7730081?lastModified=1764081664&narHash=sha256-sUoHmPr%2FEwXzRMpv1u%2FkH%2BdXuvJEyyF2Q7muE%2Bt0EU4%3D"
77
},
88
"jq@latest": {
99
"last_modified": "2025-11-18T03:14:24Z",

0 commit comments

Comments
 (0)