We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b620c8c commit 0bbd87eCopy full SHA for 0bbd87e
.github/workflows/comparison.yaml
@@ -37,13 +37,13 @@ jobs:
37
steps:
38
# https://github.com/NixOS/nixpkgs/tree/2f2c8b33a3dc4bf9a3db1648d734fa8c64f9166b
39
- name: Checkout Nixpkgs
40
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
41
with:
42
repository: NixOS/nixpkgs
43
ref: 2f2c8b33a3dc4bf9a3db1648d734fa8c64f9166b
44
45
- name: Install Determinate Nix
46
- uses: DeterminateSystems/determinate-nix-action@v3.9.1
+ uses: DeterminateSystems/determinate-nix-action@v3.11.3
47
48
- name: Set up FlakeHub Cache
49
uses: DeterminateSystems/flakehub-cache-action@main
0 commit comments