Skip to content

Commit 5e5a114

Browse files
authored
Merge pull request #207 from nix-community/dependabot/github_actions/github-actions-48f52da49a
build(deps): bump the github-actions group with 5 updates
2 parents 26dd57e + 562fc63 commit 5e5a114

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

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

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)