We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2905a6e + 5fba3c7 commit cab0d2aCopy full SHA for cab0d2a
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
- name: Checkout
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
20
21
- name: Install nix
22
uses: cachix/install-nix-action@v31
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
id-token: write
27
contents: read
28
29
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
30
with:
31
ref: ${{ inputs.tag != null && format('refs/tags/{0}', inputs.tag) || '' }}
32
- uses: DeterminateSystems/nix-installer-action@v16
0 commit comments