File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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
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 :
Original file line number Diff line number Diff line change 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
66ARG TARGETARCH
77
88RUN apk add --no-cache bash curl jq ca-certificates \
Original file line number Diff line number Diff line change 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",
You can’t perform that action at this time.
0 commit comments