Skip to content

Commit cab0d2a

Browse files
authored
Merge of #653
2 parents 2905a6e + 5fba3c7 commit cab0d2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v6
2020

2121
- name: Install nix
2222
uses: cachix/install-nix-action@v31

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ 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) || '' }}
3232
- uses: DeterminateSystems/nix-installer-action@v16

0 commit comments

Comments
 (0)