Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p authored Apr 29, 2024
1 parent b0ac1af commit bda501c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install nix
uses: cachix/install-nix-action@v12
uses: cachix/install-nix-action@v26

- name: Run generate-nix-hash action
uses: ./
Expand All @@ -27,7 +27,7 @@ jobs:
cat > expected.json <<EOF
{
"rev": "v27.0",
"sha256": "00qvaf53jszsk1rr029zmq60v8w0r92192ab65k2krkmh7ybla9l"
"sha256": "0f6vi2k5xvjrhiazfjcd4aj246dfcg51xsnqb9wdjl41cg0ckwmf"
}
EOF
Expand Down

0 comments on commit bda501c

Please sign in to comment.