We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 561c8fc commit 127ec4bCopy full SHA for 127ec4b
.github/workflows/check.yaml
@@ -31,7 +31,7 @@ jobs:
31
32
steps:
33
- name: Checkout
34
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
35
with:
36
ref: ${{ inputs.ref && inputs.ref || github.ref_name }}
37
persist-credentials: false
.github/workflows/update-flake-lock.yaml
@@ -13,7 +13,7 @@ jobs:
13
14
15
- name: Checkout repository
16
17
18
- uses: cachix/install-nix-action@v31
19
0 commit comments