Skip to content

Commit

Permalink
readme: don't perpetuate old versions
Browse files Browse the repository at this point in the history
(actually, `@v17` will still cause deprecation warnings, but I'll leave this for the upcoming release)
  • Loading branch information
ggreif committed Oct 12, 2022
1 parent e17a164 commit 3d1155e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -33,8 +33,8 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: cachix/install-nix-action@v15
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v17
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-build
Expand All @@ -52,8 +52,8 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: cachix/install-nix-action@v15
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v17
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3d1155e

Please sign in to comment.