File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ jobs:
1616
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v6
2020
2121 - name : Install nix
22- uses : cachix/install-nix-action@v30
22+ uses : cachix/install-nix-action@v31
2323
2424 - name : Set up cachix
25- uses : cachix/cachix-action@v15
25+ uses : cachix/cachix-action@v16
2626 with :
2727 name : nix-community
2828 authToken : ${{ secrets.CACHIX_AUTH_TOKEN }}
Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ jobs:
2626 id-token : write
2727 contents : read
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v6
3030 with :
3131 ref : ${{ inputs.tag != null && format('refs/tags/{0}', inputs.tag) || '' }}
32- - uses : DeterminateSystems/nix-installer-action@v16
33- - uses : DeterminateSystems/flakehub-push@v5
32+ - uses : DeterminateSystems/nix-installer-action@v21
33+ - uses : DeterminateSystems/flakehub-push@v6
3434 with :
3535 visibility : public
3636 tag : ${{ inputs.tag }}
You can’t perform that action at this time.
0 commit comments