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 72bac02 + 32e15b7 commit d05b55fCopy full SHA for d05b55f
3 files changed
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
30
runs-on: ${{ matrix.os }}
31
steps:
32
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
33
with:
34
submodules: recursive
35
- name: Install dependencies
.github/workflows/nix.yml
@@ -18,7 +18,7 @@ jobs:
18
matrix:
19
os: [ubuntu]
20
21
22
- uses: cachix/install-nix-action@v31
23
- uses: cachix/cachix-action@v17
24
.github/workflows/update-flake-lock.yml
app-id: ${{ secrets.MC_RTC_NIX_APP_ID }}
private-key: ${{ secrets.MC_RTC_NIX_APP_PRIVATE_KEY }}
- name: Checkout repository
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
token: ${{ steps.app-token.outputs.token }}
- name: Setup Nix
0 commit comments