We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b853db commit ce6f912Copy full SHA for ce6f912
1 file changed
.github/workflows/nix.yml
@@ -8,12 +8,12 @@ jobs:
8
build:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v4
12
- - uses: cachix/install-nix-action@v24
+ - uses: actions/checkout@v6
+ - uses: cachix/install-nix-action@v31
13
with:
14
extra_nix_config: |
15
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
16
- - uses: cachix/cachix-action@v12
+ - uses: cachix/cachix-action@v15
17
if: github.event_name == 'push'
18
19
name: opentabletdriver
0 commit comments