DS-970: Add Magic Nix Cache and other workflow changes

An assortment of GitHub Workflow changes, potentially including:

- Enable DeterminateSystems/magic-nix-cache-action@main
- Reference all DeterminateSystems actions via @main
- Make update.yaml consistent across repos
- Remove unnecessary github-token: from nix-installer-action
- Update actions/checkout@v2 to actions/checkout@v3
This commit is contained in:
Martin Wimpress 2023-07-14 10:21:02 +01:00
parent 4fbf969957
commit 51e1459968
No known key found for this signature in database
GPG key ID: 61DF940515E06DA3
2 changed files with 9 additions and 7 deletions

View file

@ -13,5 +13,7 @@ jobs:
fetch-depth: 0
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Enable magic Nix cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Shellcheck
run: nix-shell --run 'shellcheck $(find . -type f -name "*.sh" -executable)'