Compare commits

...

4 commits

Author SHA1 Message Date
Trolli Schmittlauch
6685d83cee
Merge pull request #6 from schmittlauch/dependabot/github_actions/actions/checkout-2.4.0
build(deps): bump actions/checkout from 2.3.5 to 2.4.0
2021-11-16 00:51:44 +01:00
dependabot[bot]
34ed8ae39e
build(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](https://github.com/actions/checkout/compare/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>
2021-11-15 23:48:38 +00:00
Trolli Schmittlauch
456e9b47c9
Merge pull request #7 from schmittlauch/dependabot/github_actions/cachix/install-nix-action-15
build(deps): bump cachix/install-nix-action from 14.1 to 15
2021-11-16 00:47:59 +01:00
dependabot[bot]
58bab8da8f
build(deps): bump cachix/install-nix-action from 14.1 to 15
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 14.1 to 15.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v14.1...v15)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-15 17:04:37 +00:00

View file

@ -35,9 +35,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
- name: Install nix
uses: cachix/install-nix-action@v14.1
uses: cachix/install-nix-action@v15
with:
nix_path: "${{ matrix.nixPath }}"
extra_nix_config: |