dependabot[bot]
96b12c59b6
Bump the all-github-actions group across 1 directory with 3 updates ( #354 )
...
Bumps the all-github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout ), [github/codeql-action](https://github.com/github/codeql-action ) and [actions/setup-node](https://github.com/actions/setup-node ).
Updates `actions/checkout` from 4 to 5
- [Release notes](https://github.com/actions/checkout/releases )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
Updates `github/codeql-action` from 3 to 4
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v3...v4 )
Updates `actions/setup-node` from 4 to 6
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v4...v6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: all-github-actions
- dependency-name: github/codeql-action
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: all-github-actions
- dependency-name: actions/setup-node
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: all-github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-01 20:10:31 +00:00
Dilum Aluthge
42e03d3446
CI: Install the same version of NodeJS that is specified in .tool-versions ( #253 )
...
* Create a `.tool-versions` file with an entry for NodeJS 20
* CI: Install the same version of NodeJS that is specified in `.tool-versions`
2024-06-19 19:09:08 -04:00
Ian Butterworth
a46a85f797
add test for julia install and mtime maintenance ( #200 )
2024-01-05 12:36:56 -05:00
dependabot[bot]
b0ddaa0f3f
Bump actions/setup-node from 3 to 4 ( #181 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-21 21:14:20 -05:00
dependabot[bot]
7e992845db
Bump actions/checkout from 3 to 4 ( #180 )
2023-11-21 16:32:13 -05:00
Sascha Mann
9c1e77be1e
Run action as is on release branch CI ( #168 )
...
* Run action as is on release branch CI
fixes #16
* Update example-builds-nightly.yml
* Update example-builds-nightly-defaultarch.yml
* Update example-builds-defaultarch.yml
* Don't install node
2023-10-15 23:33:35 +02:00
スノル
90d78ece70
Pin node version to v16 and deprecate @zeit/ncc ( #145 )
2023-02-26 18:33:15 +01:00
dependabot[bot]
7c41900d93
Bump actions/checkout from 1 to 3 ( #140 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 1 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/v1...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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-23 23:09:35 +00:00
スノル
152b85e982
Update dependencies ( #133 )
...
* Use `fs.rmSync` instead of `fs.rmdirSync`.
To get rid of the deprecation warning. #119
* Update dependencies.
2023-02-09 23:00:27 +00:00
Dilum Aluthge
3a89763b86
Fix the "default arch" code path with Julia nightly (and add a CI job for that code path) ( #115 )
2022-06-25 09:26:39 +02:00
Dilum Aluthge
8474f0e14d
Default to ${{ runner.arch }} instead of to x64 ( #114 )
...
* If the user does not specify the `arch` input, default to `${{ runner.arch }}` (instead of defaulting to `x64`)
* Add a CI workflow that tests the default arch (i.e. tests what happens when the user does not specify the `arch` input)
2022-06-24 14:39:02 +02:00