File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v6
1616
1717 - name : Install nix
18- uses : cachix/install-nix-action@v25
18+ uses : cachix/install-nix-action@v31
1919
2020 - name : Run checks
2121 run : nix flake check
Original file line number Diff line number Diff line change @@ -13,21 +13,21 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v6
1717
1818 - name : Install nix
19- uses : cachix/install-nix-action@v25
19+ uses : cachix/install-nix-action@v31
2020
2121 - name : Setup pages
22- uses : actions/configure-pages@v4
22+ uses : actions/configure-pages@v5
2323
2424 - name : Build docs
2525 run : |
2626 nix build ./docs
2727 cp -r --no-preserve=all result/ _site
2828
2929 - name : Upload artifact
30- uses : actions/upload-pages-artifact@v3
30+ uses : actions/upload-pages-artifact@v4
3131
3232 deploy :
3333 name : deploy
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 if : github.event_name != 'workflow_dispatch'
1818 steps :
19- - uses : softprops/action-gh-release@v1
19+ - uses : softprops/action-gh-release@v2
2020 with :
2121 body : " [CHANGELOG.md](https://github.com/nix-community/haumea/blob/main/CHANGELOG.md)"
2222
@@ -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@v9
33- - uses : DeterminateSystems/flakehub-push@v4
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