Skip to content

Commit 6006638

Browse files
authored
Merge pull request #56 from nix-community/dependabot/github_actions/github-actions-d90561ad0b
build(deps): bump the github-actions group with 7 updates
2 parents c622d9a + 1f33962 commit 6006638

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)