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 7d473e4 + 009112a commit 31d9f30Copy full SHA for 31d9f30
.github/workflows/check.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ${{ matrix.os }}
21
steps:
22
- name: Install Nix
23
- uses: cachix/install-nix-action@v24
+ uses: cachix/install-nix-action@v25
24
- uses: cachix/cachix-action@v13
25
with:
26
name: nixpkgs-ruby
.github/workflows/update.yml
@@ -16,7 +16,7 @@ jobs:
16
17
ref: master
18
19
- run: nix run .#update
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments