Releases: timheuer/base64-to-file
Releases · timheuer/base64-to-file
v1.2.4
What's Changed
- Modified to node20
v1.2 - Bump to node16
This is just an update fixing #32 to run the action using node16 per GitHub Actions deprecation notices of node12.
What's Changed
- Merge v1.1.0 into main [skip ci] by @timheuer in #25
- Update Readme code example to reflect v1.1 by @Ontokrat in #28
- docs: add Ontokrat as a contributor for doc by @allcontributors in #29
- Bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #27
- Bump @actions/core from 1.2.6 to 1.9.1 by @dependabot in #31
- Bump minimist, minimist and mkdirp by @dependabot in #36
- Bump ajv from 6.10.2 to 6.12.6 by @dependabot in #30
- Bump tar from 4.4.8 to 4.4.19 by @dependabot in #34
- Bump ansi-regex and ansi-regex by @dependabot in #35
- Bump ini from 1.3.5 to 1.3.8 by @dependabot in #33
New Contributors
Full Changelog: v1.1...v1.2
v1 Release
Use this to get a file from a base64-encoded string.
v1.2.3
Modifying version and error message
v1.1.0 - Adding fileDir
This release adds fileDir
as a new input argument to enable specifying a new path to write the file instead of the default of RUNNER_TEMP
location.
v1.0.4
Patch release tag to ensure matches version pattern
Directory fixes
Changed to ensure if directory doesn't exist on the runner that it will create it.
v1.0.3 Minor update
Minor bug fix to ensure in some cases that proper path to file is correct.
Fixing slashes
Fixed a slash issue that was resulting in bad paths on linux. Btw, use a linux runner :-)
v1.0.1 - Using temp folder
This release creates the file in the runner's temp location by default now.