Skip to content

Tags: foundry-rs/foundry-toolchain

Tags

v1.3.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
downgrade to node 20.x (#62)

v1.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(`v0.3.0`): start defaulting to stable (#60)

* start defaulting to stable

* bump deps

* update version number to reflect v1.2.0

* bump version to 1.3.0

* point to existing tag

* bump node to 23

v1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
downgrade to node 20.x (#62)

v1.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add custom cache key and cache restore key input (#47)

* refactor: add github job id in cache primary key

* feat: add cache-restore-key action input

* refactor: allow list of restore keys

* docs: update README

* fix: append prefix on restore keys

* refactor: rename variable for better readability

* refactor: abstract primary and restore key gets

* chore: run build for dist

* chore: reduce verbose comments

* refactor: default to prefix + github.sha on bad input

v1.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: cache handling and improve cache action logs (#46)

* fix: use getBooleanInput and add logging

* chore: update dist build

v1.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: update runtime to node20 (#39)

v1.0.10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: use `@actions/core` logging (#30)

v1.0.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: load home path with "os.homedir()" (#24)

refactor: define "PLATFORM" once in the global scope

v1.0.8

chore: bump dist again

v1.0.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(action): step summary (#6)

* feat(action): step summary (#2)

* docs(readme): update

* docs: revert header

The edit link is already present on the same page
as the README.

* docs: explain gh step summaries

Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>