Commit graph

174 commits

Author SHA1 Message Date
Domen Kožar
763680643f bump action and installer 2023-05-15 14:08:45 +01:00
Domen Kožar
298387a7ae
Merge pull request #140 from cachix/fix-ci
fix ci
2023-03-02 21:59:42 +08:00
Sander
835662398d
Merge pull request #142 from cachix/dependabot/github_actions/cachix/install-nix-action-20 2023-03-02 06:02:50 +04:00
dependabot[bot]
de2347ee49
chore(deps): bump cachix/install-nix-action from 19 to 20
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 19 to 20.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v19...v20)

---
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>
2023-03-02 00:56:33 +00:00
Domen Kožar
5bf8d3bf90
Update test.yml 2023-03-01 05:59:56 +00:00
Domen Kožar
140acdb6d8
Merge pull request #136 from dbaynard/patch-1
Clarify use of authToken with managed signing key
2023-03-01 13:15:37 +08:00
David Baynard
8510624d27
Clarify use of authToken with managed signing key 2023-02-24 00:24:45 +00:00
Domen Kožar
a6bd2b4fa7
Merge pull request #134 from cachix/dependabot/github_actions/cachix/install-nix-action-19
chore(deps): bump cachix/install-nix-action from 18 to 19
2023-02-14 18:51:49 +07:00
dependabot[bot]
d760f19f10
chore(deps): bump cachix/install-nix-action from 18 to 19
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 18 to 19.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v18...v19)

---
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>
2023-02-07 00:00:30 +00:00
Domen Kožar
6a9a34cdd9
Merge pull request #126 from sigprof/save-state-deprecated
Use `core.saveState` instead of raw `save-state` command
2022-10-27 13:44:20 +02:00
Sergey Vlasov
3fea4e0b70 Use core.saveState instead of raw 'save-state' command
The 'save-state' and 'set-output' commands are deprecated since
2022-10-11 and cause warnings when used in workflows:

  https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

The saveState function from @actions/core >= 1.10.0 uses the new way to
pass data to the post actions ($GITHUB_STATE); use that function instead
of sending the deprecated 'save-state' command directly.
2022-10-19 15:44:21 +03:00
Domen Kožar
d035f0e386
Merge pull request #124 from cachix/test-install-action-v18
bump install-nix-action
2022-10-12 15:28:43 +02:00
Domen Kožar
6f2a21dde6 bump install-nix-action 2022-10-12 14:25:49 +01:00
Domen Kožar
75d46f58e6
Merge pull request #123 from cachix/install-globally
Allow installing cachix globally for self-hosted runners
2022-10-11 17:21:09 +02:00
Domen Kožar
b65c18402a Allow installing cachix globally for self-hosted runners 2022-10-11 16:15:36 +01:00
Domen Kožar
b5a076c711
Merge pull request #122 from jfroche/feat/update-node
feat: support node.js 16
2022-10-11 16:55:13 +02:00
Jean-François Roche
9f3d463dd7
feat: support node.js 16 2022-10-07 21:51:36 +02:00
Domen Kožar
f5f67badd0 avoid pushing .drv.chroot files 2022-06-24 14:45:43 -05:00
Domen Kožar
bfb6415b03
Merge pull request #115 from cachix/dependabot/github_actions/cachix/install-nix-action-17
chore(deps): bump cachix/install-nix-action from 16 to 17
2022-04-19 22:30:28 +01:00
dependabot[bot]
e90ca86ce7
chore(deps): bump cachix/install-nix-action from 16 to 17
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 16 to 17.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v16...v17)

---
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>
2022-04-08 00:02:38 +00:00
Domen Kožar
f1ca3123a6
Merge pull request #110 from cachix/dependabot/github_actions/actions/checkout-3
chore(deps): bump actions/checkout from 2.4.0 to 3
2022-03-30 09:54:44 +01:00
Domen Kožar
257f7af635
Merge pull request #112 from league/fix-typo
Fix minor typo in message
2022-03-30 09:54:35 +01:00
Domen Kožar
06107da9ca
Merge pull request #113 from cachix/dependabot/npm_and_yarn/minimist-1.2.6
chore(deps): bump minimist from 1.2.5 to 1.2.6
2022-03-30 09:54:14 +01:00
Domen Kožar
5c2eb07eba
Merge pull request #108 from ncfavier/cachix-args
Add pathsToPush and cachixArgs
2022-03-30 09:54:01 +01:00
dependabot[bot]
218bb7a4e0
chore(deps): bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-24 18:17:50 +00:00
Christopher League
e4a9149609 Fix minor typo in message
Just happened to notice it in my log.
2022-03-24 12:12:36 -04:00
Naïm Favier
e62abb7d2d
Add pathsToPush and cachixArgs
Give more control to the user over exactly what is pushed and how.
2022-03-15 22:37:50 +01:00
dependabot[bot]
de65d21eb1
chore(deps): bump actions/checkout from 2.4.0 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.
- [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.4.0...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-02 00:06:42 +00:00
Domen Kožar
b4901dbfae
Merge pull request #107 from cachix/dependabot/npm_and_yarn/ajv-6.12.6
chore(deps): bump ajv from 6.12.0 to 6.12.6
2022-02-23 21:45:18 +00:00
dependabot[bot]
f4ffd6ccb6
chore(deps): bump ajv from 6.12.0 to 6.12.6
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.0 to 6.12.6.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.0...v6.12.6)

---
updated-dependencies:
- dependency-name: ajv
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-12 14:48:15 +00:00
Domen Kožar
36e4e513e8
Merge pull request #101 from cachix/dependabot/github_actions/cachix/install-nix-action-16
chore(deps): bump cachix/install-nix-action from 15 to 16
2021-12-09 11:45:28 +00:00
dependabot[bot]
7e7a9c4531
chore(deps): bump cachix/install-nix-action from 15 to 16
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 15 to 16.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v15...v16)

---
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-22 00:09:05 +00:00
Domen Kožar
3db1a09d3a
Merge pull request #100 from cachix/dependabot/github_actions/actions/checkout-2.4.0
chore(deps): bump actions/checkout from 2.3.5 to 2.4.0
2021-11-13 01:06:19 -06:00
dependabot[bot]
bf9472433a
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](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-12 21:08:41 +00:00
Domen Kožar
c7f54052e6 bump install-nix-action 2021-11-12 15:08:05 -06:00
Domen Kožar
349117ade4
Merge pull request #99 from cachix/dependabot/github_actions/actions/checkout-2.3.5
chore(deps): bump actions/checkout from 2.3.4 to 2.3.5
2021-10-19 16:30:15 -05:00
dependabot[bot]
e713532b9a
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](https://github.com/actions/checkout/compare/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>
2021-10-18 00:06:00 +00:00
Domen Kožar
37b92535c3
Merge pull request #98 from cachix/dependabot/npm_and_yarn/tmpl-1.0.5
chore(deps): bump tmpl from 1.0.4 to 1.0.5
2021-09-24 08:59:18 +02:00
dependabot[bot]
787e3b1325
chore(deps): bump tmpl from 1.0.4 to 1.0.5
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-21 13:29:24 +00:00
Domen Kožar
2dc495e618
Merge pull request #97 from cachix/dependabot/github_actions/cachix/install-nix-action-14
chore(deps): bump cachix/install-nix-action from 13 to 14
2021-09-09 08:49:11 +02:00
dependabot[bot]
ecd4994792
chore(deps): bump cachix/install-nix-action from 13 to 14
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 13 to 14.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v13...v14)

---
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-09-09 00:01:26 +00:00
Domen Kožar
7da3906c3c
Merge pull request #96 from cachix/dependabot/npm_and_yarn/ws-5.2.3
chore(deps): bump ws from 5.2.2 to 5.2.3
2021-08-12 08:55:19 +02:00
dependabot[bot]
4266916f58
chore(deps): bump ws from 5.2.2 to 5.2.3
Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/5.2.2...5.2.3)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-11 14:58:26 +00:00
Domen Kožar
c96590aabe
Merge pull request #95 from cachix/dependabot/npm_and_yarn/path-parse-1.0.7
chore(deps): bump path-parse from 1.0.6 to 1.0.7
2021-08-11 16:57:13 +02:00
dependabot[bot]
291d200897
chore(deps): bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-11 12:53:05 +00:00
Domen Kožar
006b9d523c
Merge pull request #94 from avdv/patch-1
Allow pushFilter regex to start with a dash
2021-08-04 12:40:32 +02:00
Claudio Bley
fccf77d171
Allow pushFilter regex to start with a dash 2021-08-04 09:09:00 +02:00
Domen Kožar
46376f66b2
Merge pull request #93 from cachix/domenkozar-patch-2
fix master build
2021-07-25 10:58:32 +02:00
Domen Kožar
2a72f2661c
fix master build 2021-07-25 10:52:18 +02:00
Domen Kožar
15f2339be8
Merge pull request #92 from lf-/patch-1
Fix typo
2021-07-24 07:40:31 +02:00