dependabot[bot]
3cc182337b
Bump julia-actions/julia-buildpkg from 1.4.4 to 1.5.0 ( #88 )
...
Bumps [julia-actions/julia-buildpkg](https://github.com/julia-actions/julia-buildpkg ) from 1.4.4 to 1.5.0.
- [Release notes](https://github.com/julia-actions/julia-buildpkg/releases )
- [Commits](00f9fd6b26...5484b0e27f )
---
updated-dependencies:
- dependency-name: julia-actions/julia-buildpkg
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-09 02:10:58 +01:00
dependabot[bot]
594aac8309
Bump actions/checkout from 4.1.0 to 4.1.1 ( #87 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](8ade135a41...b4ffde65f4 )
---
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>
2023-10-23 23:58:42 +02:00
Sascha Mann
6dedd85ba2
Remove no-longer-working backup workflow
2023-10-15 20:43:58 +02:00
Sascha Mann
cff4bc7ed7
Enable Dependabot ( #85 )
...
* Add Dependabot
* Pin actions to hashes
* Only update github-actions
2023-10-15 19:48:35 +02:00
Sascha Mann
79a7e10088
Add missing version check to test_harness ( #81 )
...
#79 introduced a version requirement for annotations for installing the dependencies but not for the code that adds the annotations, resulting in a dependency error for certain versions.
Fixes #80
v1.9
v1.9.3
2023-04-07 14:51:09 +02:00
Eric Hanson
1aec431e02
Restrict annotation functionality to versions of Julia it works on ( #79 )
...
* Restrict annotation functionality to versions of Julia it works on
see #76
* Update README.md
v1.9.2
2023-04-02 23:23:43 +02:00
Sascha Mann
4867b265f3
Add warning about annotate ( #77 )
2023-03-22 23:17:43 +01:00
Fredrik Ekre
3378215696
Export the JULIA_PKG_SERVER_REGISTRY_PREFERENCE variable for subsequent steps. ( #75 )
v1.9.1
2023-03-13 18:32:24 +01:00
Fredrik Ekre
ba451bf755
Use eager registry flavor instead of git clone. ( #74 )
v1.9.0
2023-03-13 12:21:51 +01:00
Sascha Mann
fa1e6fac94
Print executed command in debug mode ( #72 )
v1.8.1
v1.8
2023-01-08 20:50:11 +00:00
Sascha Mann
8d20cd78f8
Support prefixes with args ( #71 )
...
Supersedes #48
Co-authored-by: Ian Butterworth <i.r.butterworth@gmail.com >
2023-01-08 21:39:24 +01:00
Simon Christ
c80d3075f7
prevent double tests ( #60 )
2022-12-19 22:47:16 -05:00
Eric Hanson
7ea3b3e0bd
Add test failure annotations on v1.8+ ( #58 )
...
Co-authored-by: Dilum Aluthge <dilum@aluthge.com >
v1.8.0
2022-08-04 12:34:44 +02:00
Rik Huijzer
101f621257
Fix typo ( #52 )
...
Co-authored-by: Dilum Aluthge <dilum@aluthge.com >
2021-12-28 17:30:17 +01:00
Sascha Mann
db7b612b62
Make required checks work ( #53 )
2021-12-28 11:10:32 -05:00
Ian Butterworth
161c97cbc5
Allow control of --check-bounds command option ( #46 )
...
* allow control of bounds-check command option
* tryfix
* Update action.yml
Co-authored-by: Sascha Mann <git@mail.saschamann.eu >
* Update action.yml
Co-authored-by: Sascha Mann <git@mail.saschamann.eu >
* tryfix
* alternative bash if else approach
* another approach
* use julia_args approach
* add julia_args to kwargs func
* fix
* move julia_args to before return
* guard against v1.0
* add warning
* Update kwargs.jl
Co-authored-by: Sascha Mann <git@mail.saschamann.eu >
* handle the default state and improve error message
* Update kwargs.jl
Co-authored-by: Chris Foster <chris42f@gmail.com >
* Update kwargs.jl
Co-authored-by: Sascha Mann <git@mail.saschamann.eu >
Co-authored-by: Chris Foster <chris42f@gmail.com >
v1.7.0
v1.7
2021-12-22 15:00:07 +01:00
Mosè Giordano
a5f2948fcb
Fix setup-julia example in README ( #45 )
...
The `julia-arch` option isn't actually used to choose the architecture of Julia in the `setup-julia` step.
2021-06-26 12:01:34 -04:00
Fons van der Plas
61e4ed0228
README: add syntax highlighting ( #43 )
2021-05-27 22:47:58 +02:00
Fons van der Plas
c78ce59639
README: explain .github/workflows/ folder ( #44 )
...
* README: explain .github/workflows/ folder
2021-05-27 22:47:46 +02:00
Dilum Aluthge
8d8f445e06
Make sure that the Pkg.test function accepts the force_latest_compatible_version kwarg ( #40 )
v1.6
v1.6.1
2021-04-10 01:52:23 -04:00
Dilum Aluthge
eda4346d69
Add the force_latest_compatible_version input, and add the "auto-detect Dependabot/CompatHelper" functionality ( #20 )
...
Co-authored-by: Sascha Mann <git@mail.saschamann.eu >
v1.6.0
2021-03-31 23:56:56 +02:00
Dilum Aluthge
07b45fecd2
Alphabetize the list of inputs in action.yml ( #38 )
2021-03-29 21:50:49 -04:00
Dilum Aluthge
f8a636d3f0
Fix two small typos ( #34 )
2021-02-07 12:46:47 +01:00
Sascha Mann
b32c73084a
[Docs] use @v1 instead of @latest ( #33 )
2021-01-05 00:41:49 +01:00
Dilum Aluthge
8ff46c6486
Put the General registry clone inside a bounded retry loop ( #31 )
...
Co-authored-by: Sascha Mann <git@mail.saschamann.eu >
v1.5
v1.5.1
2021-01-04 11:31:18 +01:00
Sascha Mann
78a53ba947
Add automated backup workflow ( #30 )
2020-12-19 13:28:34 +01:00
Sascha Mann
6fedc3006b
[CI] Don't trigger builds on doc changes ( #27 )
...
* [CI] Don't trigger builds on doc changes
* English is hard
2020-12-15 19:44:39 +01:00
Sascha Mann
82358847b3
Make the @julia-actions/reviewers the global code owners for this repo ( #28 )
2020-12-14 18:49:02 +01:00
Sascha Mann
b455abf998
Add prefix input ( #24 )
...
This allows inserting commands like xvfb-run in front of the Julia command
(fixes #3 )
Co-authored-by: Isaac Good <github@isaacgood.com >
v1.5.0
2020-12-14 14:01:55 +01:00
Sascha Mann
2e52c267a3
Add basic end-to-end test ( #26 )
...
(see #25 )
2020-12-08 23:26:06 +01:00
Jeffrey Lin
3ae735d0b5
Add project input option ( #23 )
...
Closes #22
v1.4.0
v1.4
2020-12-04 19:50:23 +01:00
Oscar Dowson
6513b45da5
Enable depwarn input option ( #21 )
v1.3.0
v1.3
2020-11-08 10:42:32 +01:00
Fredrik Ekre
2976a507b0
Make coverage optional ( #19 )
...
* Make coverage optional
* Apply suggestions from code review
* typo
v1.2.0
v1.2
2020-10-14 12:43:35 +02:00
Takafumi Arakaki
ffce252ef2
Avoid delay after package registration by cloning General ( #17 )
...
* Avoid delay in package registration by cloning General
* Fix a typo
Co-authored-by: Sascha Mann <git@mail.saschamann.eu >
* Clarify why JULIA_PKG_SERVER is set for a single step
Co-authored-by: Sascha Mann <git@mail.saschamann.eu >
v1.1.0
v1.1
2020-09-09 20:19:36 +02:00
Mustafa M
8eb690078f
Bump versions and add buildpkg to README.md ( #15 )
2020-08-18 16:16:48 +02:00
Sascha Mann
642d7a4c3b
Add branding
v1.0.0
v1.0
2020-08-07 23:37:20 +02:00
Sascha Mann
4965e73fab
Convert to composite action
2020-08-07 23:37:20 +02:00
Sascha Mann
98898a5145
Bump year in licence
2020-08-07 23:37:20 +02:00
Sascha Mann
1ec3380919
Remove everything
2020-08-07 23:37:20 +02:00
dependabot[bot]
ebe8c0c600
Bump lodash from 4.17.15 to 4.17.19 ( #11 )
2020-07-18 12:11:48 +00:00
dependabot-preview[bot]
a38c2cf955
[Security] Bump handlebars from 4.5.1 to 4.7.6 ( #9 )
2020-07-18 08:45:19 +00:00
dependabot-preview[bot]
5192f9b853
[Security] Bump acorn from 5.7.3 to 5.7.4
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 5.7.3 to 5.7.4. **This update includes a security fix.**
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-03-15 15:15:45 +01:00
Dilum Aluthge
e3687f82c8
Add inline input ( #4 )
...
* Add `inline` input
* Update main.js
* Update main.ts
2020-02-26 22:38:46 +01:00
Sascha Mann
a27b0328f6
Fix README example
2020-02-11 18:21:02 +01:00
Sascha Mann
4b28653db6
Fix vulns in dev deps with npm audit fix
2019-11-09 21:36:54 +01:00
David Anthoff
da4330aa40
Remove build and coverage from action
2019-09-23 14:12:09 -07:00
David Anthoff
a7eaa22ec9
Update README
2019-09-15 21:02:56 -07:00
David Anthoff
f6886b61fb
Update README
2019-09-15 21:00:55 -07:00
David Anthoff
025429e1ef
Use fork of Coverage
2019-09-15 17:54:55 -07:00
David Anthoff
569f9c021c
Enable coveralls
2019-09-15 17:47:46 -07:00