Skip to content

chore: update actions/cache to v4.2.0 #16441

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
echo "LINT_CACHE_DIR=$dir" >> $GITHUB_ENV

- name: golangci-lint cache
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: |
${{ env.LINT_CACHE_DIR }}
Expand Down
7 changes: 6 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
drpc.defaultPackage.${system}
formatter
fzf
gawk
gcc13
gdk
getopt
Expand All @@ -114,6 +115,7 @@
gnumake
gnused
gnugrep
gnutar
go_1_22
go-migrate
(pinnedPkgs.golangci-lint)
Expand Down Expand Up @@ -147,6 +149,7 @@
sqlc
terraform
typos
which
# Needed for many LD system libs!
(lib.optional stdenv.isLinux util-linux)
vim
Expand Down Expand Up @@ -274,8 +277,10 @@
docker_26
shadow.out
su
ncurses # clear
ncurses.out # clear
unzip
zip
gzip
])
++ oldAttrs.buildInputs;
});
Expand Down
Loading