Skip to content

Commit 182bb9b

Browse files
authored
chore: update actions/cache to v4.2.0 (#16441)
This updates actions/cache to v4.2.0 and adds missing development dependencies (gawk, gnutar, which, zip, gzip) to the Nix flake. Change-Id: I1156810c9e02f0cef8e1345a1cbf2b6ba484974a Signed-off-by: Thomas Kosiewski <tk@coder.com>
1 parent cf96455 commit 182bb9b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
echo "LINT_CACHE_DIR=$dir" >> $GITHUB_ENV
179179
180180
- name: golangci-lint cache
181-
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
181+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
182182
with:
183183
path: |
184184
${{ env.LINT_CACHE_DIR }}

flake.nix

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
drpc.defaultPackage.${system}
106106
formatter
107107
fzf
108+
gawk
108109
gcc13
109110
gdk
110111
getopt
@@ -114,6 +115,7 @@
114115
gnumake
115116
gnused
116117
gnugrep
118+
gnutar
117119
go_1_22
118120
go-migrate
119121
(pinnedPkgs.golangci-lint)
@@ -147,6 +149,7 @@
147149
sqlc
148150
terraform
149151
typos
152+
which
150153
# Needed for many LD system libs!
151154
(lib.optional stdenv.isLinux util-linux)
152155
vim
@@ -274,8 +277,10 @@
274277
docker_26
275278
shadow.out
276279
su
277-
ncurses # clear
280+
ncurses.out # clear
278281
unzip
282+
zip
283+
gzip
279284
])
280285
++ oldAttrs.buildInputs;
281286
});

0 commit comments

Comments
 (0)