File tree 5 files changed +16
-16
lines changed
5 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
13
13
- uses : actions/checkout@v4
14
14
15
15
- name : Install Nix
16
- uses : DeterminateSystems/nix-installer-action@v9
16
+ uses : DeterminateSystems/nix-installer-action@v14
17
17
18
18
- name : Run the Magic Nix Cache
19
- uses : DeterminateSystems/magic-nix-cache-action@v2
19
+ uses : DeterminateSystems/magic-nix-cache-action@v8
20
20
21
21
- name : Cache Clojure dependencies
22
- uses : actions/cache@v3
22
+ uses : actions/cache@v4
23
23
with :
24
24
key : clj-${{ github.repository }}-${{ hashFiles('**/deps.edn') }}
25
25
restore-keys : clj-${{ github.repository }}-
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ jobs:
16
16
- uses : actions/checkout@v4
17
17
18
18
- name : Install Nix
19
- uses : DeterminateSystems/nix-installer-action@v9
19
+ uses : DeterminateSystems/nix-installer-action@v14
20
20
21
21
- name : Run the Magic Nix Cache
22
- uses : DeterminateSystems/magic-nix-cache-action@v2
22
+ uses : DeterminateSystems/magic-nix-cache-action@v8
23
23
24
24
- name : Cache Clojure dependencies
25
- uses : actions/cache@v3
25
+ uses : actions/cache@v4
26
26
with :
27
27
key : clj-${{ github.repository }}-${{ hashFiles('**/deps.edn') }}
28
28
restore-keys : clj-${{ github.repository }}-
Original file line number Diff line number Diff line change 2
2
{org.clojure/clojure {:mvn/version " 1.10.3" }}
3
3
:aliases
4
4
{:antq
5
- {:deps {com.github.liquidz/antq {:mvn/version " 2.7.1147 " }
6
- org.slf4j/slf4j-nop {:mvn/version " 2.0.9 " }}}
5
+ {:deps {com.github.liquidz/antq {:mvn/version " 2.9.1232 " }
6
+ org.slf4j/slf4j-nop {:mvn/version " 2.0.16 " }}}
7
7
:build {:deps {io.github.seancorfield/build-clj
8
8
{:git/tag " v0.9.2" :git/sha " 9c9f078" }}
9
9
:ns-default build}
12
12
:extra-deps
13
13
{com.cognitect/test-runner
14
14
{:git/url " https://github.com/cognitect-labs/test-runner.git"
15
- :sha " 7284cda41fb9edc0f3bc6b6185cfb7138fc8a023 " }
16
- com.taoensso/carmine {:mvn/version " 3.3.2 " }
17
- compojure/compojure {:mvn/version " 1.7.0 " }
15
+ :sha " 9d36f36ff541dac680a05010e4348c744333f191 " }
16
+ com.taoensso/carmine {:mvn/version " 3.4.1 " }
17
+ compojure/compojure {:mvn/version " 1.7.1 " }
18
18
ring/ring-mock {:mvn/version " 0.4.0" }}
19
19
:main-opts [" -m" " cognitect.test-runner" " -e" " :redis" ]}}}
Original file line number Diff line number Diff line change 2
2
description = "rate-limit" ;
3
3
4
4
inputs = {
5
- nixpkgs . url = "github:NixOS/nixpkgs/nixos-23.11 " ;
5
+ nixpkgs . url = "github:NixOS/nixpkgs/nixos-24.05 " ;
6
6
flake-utils . url = "github:numtide/flake-utils" ;
7
7
} ;
8
8
You can’t perform that action at this time.
0 commit comments