We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 420f8d2 + 91e08ca commit 56b2406Copy full SHA for 56b2406
3 files changed
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
tests:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
14
- uses: cachix/install-nix-action@v31
15
with:
16
extra_nix_config: |
.github/workflows/update-vendor-hash.yml
app-id: ${{ vars.CI_APP_ID }}
private-key: ${{ secrets.CI_APP_PRIVATE_KEY }}
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
.github/workflows/upgrade-flakes.yml
@@ -9,7 +9,7 @@ jobs:
9
createPullRequest:
- name: Install Nix
uses: cachix/install-nix-action@v31
0 commit comments