chore(deps): bump actions/checkout from 2.3.4 to 2.3.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.4...v2.3.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Merge pull request #101 from cachix/dependabot/github_actions/actions…
…/checkout-2.3.5 chore(deps): bump actions/checkout from 2.3.4 to 2.3.5
chore(deps): bump actions/checkout from 2.3.5 to 2.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.5...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Merge pull request #107 from cachix/dependabot/github_actions/actions…
…/checkout-2.4.0 chore(deps): bump actions/checkout from 2.3.5 to 2.4.0
Merge pull request #108 from cachix/enable-experimental-features-by-d…
…efault enable flakes & nix-command features by default
Merge pull request #109 from cachix/fix-97
fix #97: install nix config correctly for single-user- mode
Merge pull request #105 from cachix/resilient-install
Resilient installation
fix actions/checkout version in readme.md
version 2.5.0 doesn't seem to exist
Merge pull request #112 from DavHau/patch-1
fix actions/checkout version in readme.md
install-nix.sh: use a temporary workdir
Don't leave temporary files around
install-nix.sh: remove unnecessary chmod
The script is invoked with sh and therefor doesn't need and executable script.
install-nix.sh: retry curl 5 times
If fetching the install script fails, don't keep the CI running forever.
Update .github/workflows/test.yml
Co-authored-by: Ryan <me@hackerc.at>
Update .github/workflows/test.yml
Co-authored-by: Ryan <me@hackerc.at>
Update .github/workflows/test.yml
Co-authored-by: Ryan <me@hackerc.at>
Update .github/workflows/test.yml
Co-authored-by: Ryan <me@hackerc.at>
Update .github/workflows/test.yml
Co-authored-by: Ryan <me@hackerc.at>