Commit Graph

120 Commits

Author SHA1 Message Date
dependabot[bot]
24702b2b39 Bump actions/checkout from 3.0.1 to 3.0.2 (#17)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](dcd71f6466...2541b1294d)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-22 12:37:44 +02:00
dependabot[bot]
8441b1201b Bump actions/checkout from 3.0.0 to 3.0.1 (#16)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](a12a3943b4...dcd71f6466)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-15 10:37:56 +02:00
dependabot[bot]
8684ae14b7 Bump actions/cache from 3.0.0 to 3.0.1 (#14)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](4b0cf6cc46...136d96b4ae)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v1.1.2
2022-03-31 12:24:56 +02:00
dependabot[bot]
85cc05cd46 Bump actions/cache from 2.1.7 to 3 (#13)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](937d244753...4b0cf6cc46)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v1.1.1
2022-03-22 12:49:14 +01:00
dependabot[bot]
6ee77ae122 Bump actions/checkout from 2.4.0 to 3 (#12)
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](ec3a7ce113...a12a3943b4)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-03 15:22:10 +01:00
Thibaut Lienart
2f4c647fce Fix grammar in README (#9) 2022-02-08 16:11:47 +01:00
Rik Huijzer
745127cf80 Update README (#6)
* Update README

* Make description a one-liner
v1.1.0
2021-12-28 16:31:40 +01:00
Sascha Mann
d5841feac0 Move dependabot.yml to the right place 2021-12-28 16:28:07 +01:00
Sascha Mann
41e67bac8f Activate Dependabot for actions (#8) 2021-12-28 16:27:04 +01:00
Rik Huijzer
d2b01b0f17 Also test packages dir (#5)
* Also test packages dir

* Fix passing of newlines into path
2021-12-28 16:26:12 +01:00
Rik Huijzer
905462d72f Extend cache action (#4)
* Extend cache action

* Also test on Windows and macOS

* Fix a problem with setting output on Windows

* Use echo after set-output

* Generate key only once

* Fix non-matching name (should fail but doesn't weirdly)

* Update action.yml

Co-authored-by: Sascha Mann <git@mail.saschamann.eu>

* Update action.yml

Co-authored-by: Sascha Mann <git@mail.saschamann.eu>

Co-authored-by: Sascha Mann <git@mail.saschamann.eu>
2021-12-27 21:52:42 +01:00
Sascha Mann
8e86b8dd2a Update README.md 2021-12-27 16:59:48 +01:00
Sascha Mann
20058080ea Update README.md 2021-12-27 16:59:24 +01:00
Sascha Mann
ce20795e57 Update authors (#3) 2021-12-27 16:58:11 +01:00
Rik Huijzer
1dbed0efdd Add basic test (#1)
* Update action.yml

* Add basic test

* Add needs

* Fix unexpected symbol

* Assert isdir

* Update CI.yml

* Add mktempdir

* Write random Project.toml

* Switch to assert isempty

* Use random.txt

* Be more strict in restore-keys

* Assert isempty dir

* Fix CI?

* Restore gonna fail

* Fix save?

* Pass cache name

* Fix typo

* Fix bash string subst

* Fix typo

* Use string

* Remove Project.toml

* Remove change to action.yml

* Fix CI (#3)

* Small change

* Use DEPOT_PATH

* Fix CI?

* Pass name better

* Changes

* Change id

* Add a show

* Fix CI?

* Fix CI?

* Fix CI?

* Also output cache-hit

* Add echo

* Fix missing outputs

* Fix CI?

* Improve log

* Improve log

* Improve log

* Try different actions/cache version

* Check for empty

* Check for empty

* Fix syntax error

* Try something else

* Propagate value

* Temporarily use restore

* Update test-save

* Simplify

* Apply suggestions from code review

Co-authored-by: Sascha Mann <git@mail.saschamann.eu>

* Add basic test (#2)

* Add basic test

* Add needs

* Fix unexpected symbol

* Assert isdir

* Update CI.yml

* Add mktempdir

* Write random Project.toml

* Switch to assert isempty

* Use random.txt

* Be more strict in restore-keys

* Assert isempty dir

* Fix CI?

* Restore gonna fail

* Fix save?

* Pass cache name

* Fix typo

* Fix bash string subst

* Fix typo

* Use string

* Remove Project.toml

* Remove change to action.yml

* Fix CI (#3)

* Small change

* Use DEPOT_PATH

* Fix CI?

* Pass name better

* Changes

* Change id

* Add a show

* Fix CI?

* Fix CI?

* Fix CI?

* Also output cache-hit

* Add echo

* Fix missing outputs

* Fix CI?

* Improve log

* Improve log

* Improve log

* Try different actions/cache version

* Check for empty

* Check for empty

* Fix syntax error

* Try something else

* Propagate value

* Temporarily use restore

* Update test-save

* Simplify

* Apply suggestions from code review

Co-authored-by: Sascha Mann <git@mail.saschamann.eu>

* Also cache packages and registry

* Only cache artifacts

* Revert name and description

Co-authored-by: Sascha Mann <git@mail.saschamann.eu>
2021-12-27 16:54:12 +01:00
Sascha Mann
d0e0cf3a24 Add metadata v1.0.0 v1.0 2021-12-26 15:34:48 +01:00
Sascha Mann
1147e31aae Document inputs and outputs 2021-12-26 15:27:55 +01:00
Sascha Mann
62b1570293 Add action.yml 2021-12-26 15:24:15 +01:00
Sascha Mann
f5792db45f Add README 2021-12-26 15:23:34 +01:00
Sascha Mann
07eb8cd889 Initial commit 2021-12-26 15:20:58 +01:00