Below you will find pages that utilize the taxonomy term “julia-actions”
November 21, 2024
Run Pkg.build
Version updated for julia-actions/julia-buildpkg to version v1.7.0.
This action is used across all versions by 16,894 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Remove link trailing dot by @inkydragon in https://github.com/julia-actions/julia-buildpkg/pull/51 Install the default registries for version > 1.8 by @ven-k in https://github.com/julia-actions/julia-buildpkg/pull/55 Other stuff Dependency changes Bump actions/cache from 3 to 4 by @dependabot in https://github.com/julia-actions/julia-buildpkg/pull/50 Bump julia-actions/setup-julia from 1 to 2 by @dependabot in https://github.
November 18, 2024
Setup Julia environment
Version updated for julia-actions/setup-julia to version v2.6.1.
This action is used across all versions by 23,482 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed add warning if requesting x64 on apple silicon runners by @IanButterworth in https://github.com/julia-actions/setup-julia/pull/300 Maintenance Bump julia-actions/setup-julia from 2.5.0 to 2.6.0 by @dependabot in https://github.com/julia-actions/setup-julia/pull/295 README examples: ‘1’ for the latest v1 by @fonsp in https://github.com/julia-actions/setup-julia/pull/296 Bump @types/jest from 29.5.13 to 29.
October 21, 2024
Run Julia package tests
Version updated for julia-actions/julia-runtest to version v1.11.1.
This action is used across all versions by 16,934 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed don’t set test_args if empty by @IanButterworth in https://github.com/julia-actions/julia-runtest/pull/127 Bump actions/checkout from 4.1.7 to 4.2.1 by @dependabot in https://github.com/julia-actions/julia-runtest/pull/125 Bump julia-actions/setup-julia from 2.4.0 to 2.6.0 by @dependabot in https://github.com/julia-actions/julia-runtest/pull/126 Full Changelog: https://github.com/julia-actions/julia-runtest/compare/v1.11.0...v1.11.1
October 19, 2024
Run Julia package tests
Version updated for julia-actions/julia-runtest to version v1.11.0.
This action is used across all versions by 16,919 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Add test_args input and populate to test_args in test() by @sschlenkrich in https://github.com/julia-actions/julia-runtest/pull/73
allow passing multiple arguments in test_args by @m-fila in https://github.com/julia-actions/julia-runtest/pull/118
add a reproducer header by @IanButterworth in https://github.com/julia-actions/julia-runtest/pull/124
Update example workflow in README by @gdalle in https://github.
October 9, 2024
install-juliaup
Version updated for julia-actions/install-juliaup to version v2.2.1.
This action is used across all versions by 33 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Dependency Updates Update some NodeJS/npm dependencies by @dependabot in https://github.com/julia-actions/install-juliaup/pull/95 Update some NodeJS/npm dependencies by @DilumAluthge in https://github.com/julia-actions/install-juliaup/pull/100 Dependencies: update @vercel/ncc from 0.38.1 to 0.38.2 by @DilumAluthge in https://github.com/julia-actions/install-juliaup/pull/99 CI CI: Add the tagcheck job, which just makes sure that the latest tagged release of this action is able to run without error by @DilumAluthge in https://github.
October 9, 2024
install-juliaup
Version updated for julia-actions/install-juliaup to version v2.2.0.
This action is used across all versions by 33 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Update to Juliaup 1.17.4 by @DilumAluthge in https://github.com/julia-actions/install-juliaup/pull/97 Dependency Updates Build(deps): Bump julia-actions/setup-julia from 2.3.0 to 2.4.0 by @dependabot in https://github.com/julia-actions/install-juliaup/pull/86 Build(deps): Bump julia-actions/setup-julia from 2.4.0 to 2.6.0 by @dependabot in https://github.com/julia-actions/install-juliaup/pull/93 Build(deps): Bump actions/checkout from 4.1.7 to 4.2.1 by @dependabot in https://github.
October 9, 2024
Setup Julia environment
Version updated for julia-actions/setup-julia to version v2.6.0.
This action is used across all versions by 22,999 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Change LTS 1.6 -> 1.10 by @IanButterworth in https://github.com/julia-actions/setup-julia/pull/290 arch input: accept x86_64 as a synonym for x64 by @DilumAluthge in https://github.com/julia-actions/setup-julia/pull/264 Dependency Updates Bump @types/node from 22.5.1 to 22.6.1 by @dependabot in https://github.com/julia-actions/setup-julia/pull/284 Bump @types/jest from 29.5.12 to 29.
August 31, 2024
Cache Julia artifacts, packages and registry
Version updated for julia-actions/cache to version v2.0.4.
This action is used across all versions by 7,648 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Soft fail registry update by @IanButterworth in https://github.com/julia-actions/cache/pull/143 Full Changelog: https://github.com/julia-actions/cache/compare/v2.0.3...v2.0.4
August 30, 2024
Cache Julia artifacts, packages and registry
Version updated for julia-actions/cache to version v2.0.3.
This action is used across all versions by 7,633 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Fix registry updates. Expand paths which use tilde by @omus in https://github.com/julia-actions/cache/pull/141 Full Changelog: https://github.com/julia-actions/cache/compare/v2.0.2...v2.0.3
August 30, 2024
Setup Julia environment
Version updated for julia-actions/setup-julia to version v2.4.0.
This action is used across all versions by 22,527 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Resolve min as the earliest compatible Julia version (compatible with the user’s project) by @omus in https://github.com/julia-actions/setup-julia/pull/202 Maintenance Bump bin from e564658 to 0f674f3 by @dependabot in https://github.com/julia-actions/setup-julia/pull/272 Bump typescript from 5.5.3 to 5.5.4 by @dependabot in https://github.com/julia-actions/setup-julia/pull/275 Bump ts-jest from 29.
August 26, 2024
install-juliaup
Version updated for julia-actions/install-juliaup to version v2.1.2.
This action is used across all versions by 28 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Build(deps): Bump julia-actions/setup-julia from 2.2.0 to 2.3.0 by @dependabot in https://github.com/julia-actions/install-juliaup/pull/79 Update NodeJS/NPM dependencies by @DilumAluthge in https://github.com/julia-actions/install-juliaup/pull/83 Full Changelog: https://github.com/julia-actions/install-juliaup/compare/v2.1.1...v2.1.2
August 22, 2024
install-juliaup
Version updated for julia-actions/install-juliaup to version v2.1.1.
This action is used across all versions by 28 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Add support for Linux on aarch64 by @DilumAluthge in https://github.com/julia-actions/install-juliaup/pull/81 Full Changelog: https://github.com/julia-actions/install-juliaup/compare/v2...v2.1.1
July 22, 2024
Setup Julia environment
Version updated for julia-actions/setup-julia to version v2.3.0.
This action is used across all versions by 22,102 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed If the user provides default as the value of the arch input, use the runner machine’s architecture by @DilumAluthge in https://github.com/julia-actions/setup-julia/pull/263 Improve the error logging for the case of Julia 1.6 or 1.7 on Apple Silicon (macos-latest or macos-14) by @DilumAluthge in https://github.
July 11, 2024
install-juliaup
Version updated for julia-actions/install-juliaup to version v2.1.0.
This action is used across all versions by 24 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Add a README in the ./devdocs/ folder by @DilumAluthge in https://github.com/julia-actions/install-juliaup/pull/70 Create CONTRIBUTING.md by @DilumAluthge in https://github.com/julia-actions/install-juliaup/pull/71 README: link to the devdocs by @DilumAluthge in https://github.com/julia-actions/install-juliaup/pull/72 Devdocs: clarify that making a new release requires commit access by @DilumAluthge in https://github.
July 9, 2024
Run Julia package tests
Version updated for julia-actions/julia-runtest to version v1.10.0.
This action is used across all versions by 16,048 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed enable julia arg --compiled-modules during testing by @haberdashPI in https://github.com/julia-actions/julia-runtest/pull/91 Support specifying allow_reresolve by @omus in https://github.com/julia-actions/julia-runtest/pull/107 hide the harness stack trace on failure by @IanButterworth in https://github.com/julia-actions/julia-runtest/pull/116 Maintenance Enable Dependabot by @SaschaMann in https://github.com/julia-actions/julia-runtest/pull/85 Bump actions/checkout from 4.1.0 to 4.
July 6, 2024
Format suggestion with JuliaFormatter.jl
Version updated for julia-actions/julia-format to version v3.1.0.
This action is used across all versions by 26 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed set julia-cache action to v2 by @oameye in https://github.com/julia-actions/julia-format/pull/30 chore: restore behavior that lists files that need formatting by @zot in https://github.com/julia-actions/julia-format/pull/32 New Contributors @oameye made their first contribution in https://github.com/julia-actions/julia-format/pull/30 @zot made their first contribution in https://github.com/julia-actions/julia-format/pull/32 Full Changelog: https://github.
June 27, 2024
Cache Julia artifacts, packages and registry
Version updated for julia-actions/cache to version v2.0.1.
This action is used across all versions by 7,057 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Update README to recommend julia-actions/cache@v2 (instead of @v1) by @DilumAluthge in https://github.com/julia-actions/cache/pull/129 Fix typo in cache-name note by @rikhuijzer in https://github.com/julia-actions/cache/pull/130 Bump actions/checkout from 4.1.4 to 4.1.6 by @dependabot in https://github.com/julia-actions/cache/pull/133 Devdocs: document the process for making a new release of this action by @DilumAluthge in https://github.
June 27, 2024
Setup Julia environment
Version updated for julia-actions/setup-julia to version v2.2.0.
This action is used across all versions by 21,821 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed It is now possible to specify two new named version identifiers:
lts for the Long Term Support (LTS) julia version (currently 1.6) pre for the latest pre-release PRs Allow lts for the LTS, and allow pre for the latest pre-release by @KristofferC in https://github.
June 20, 2024
Setup Julia environment
Version updated for julia-actions/setup-julia to version v2.1.0.
This action is used across all versions by 21,754 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/julia-actions/setup-julia/pull/180 Bump actions/setup-node from 3 to 4 by @dependabot in https://github.com/julia-actions/setup-julia/pull/181 Bump @actions/core from 1.10.0 to 1.10.1 by @dependabot in https://github.com/julia-actions/setup-julia/pull/182 Bump @types/retry from 0.12.2 to 0.12.5 by @dependabot in https://github.
June 9, 2024
install-juliaup
Version updated for julia-actions/install-juliaup to version v2.0.2.
This action is used across all versions by 11 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Update Juliaup to 1.14.9 by @DilumAluthge in https://github.com/julia-actions/install-juliaup/pull/69 Full Changelog: https://github.com/julia-actions/install-juliaup/compare/v2.0.1...v2.0.2
June 8, 2024
install-juliaup
Version updated for julia-actions/install-juliaup to version v2.0.1.
This action is used across all versions by 11 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Build(deps): Bump actions/checkout from 4.1.4 to 4.1.6 by @dependabot in https://github.com/julia-actions/install-juliaup/pull/65 Fix a small typo by @DilumAluthge in https://github.com/julia-actions/install-juliaup/pull/64 Docs: change all instances of v1 to v2 by @DilumAluthge in https://github.com/julia-actions/install-juliaup/pull/66 Devdocs: move the “making a new release” instructions to a separate Markdown file by @DilumAluthge in https://github.
May 31, 2024
install-juliaup
Version updated for julia-actions/install-juliaup to version v2.0.0.
This action is used across all versions by 10 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes ⚠️ Breaking Changes ⚠️ The julia-version input has been renamed to channel (https://github.com/julia-actions/install-juliaup/pull/62) What’s Changed Build(deps): Bump actions/checkout from 4.1.2 to 4.1.4 by @dependabot in https://github.com/julia-actions/install-juliaup/pull/62 Rename the julia-version input to channel by @DilumAluthge in https://github.com/julia-actions/install-juliaup/pull/61 Full Changelog: https://github.com/julia-actions/install-juliaup/compare/v1...v2.0.0
May 16, 2024
Format suggestion with JuliaFormatter.jl
Version updated for julia-actions/julia-format to version v3.0.0.
This action is used across all versions by 26 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed add depot caching by @IanButterworth in https://github.com/julia-actions/julia-format/pull/25 typo in README.md: Anoter -> Another by @musoke in https://github.com/julia-actions/julia-format/pull/26 feat: add inputs for JF version and suggester label by @pfitzseb in https://github.com/julia-actions/julia-format/pull/27 New Contributors @IanButterworth made their first contribution in https://github.com/julia-actions/julia-format/pull/25 @musoke made their first contribution in https://github.
May 3, 2024
Cache Julia artifacts, packages and registry
Version updated for julia-actions/cache to version v2.0.0.
This action is used across all versions by 6,473 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Breaking Changes ⚠️ v2.0.0 requires node20. This is a breaking change, because node20 does not support the following operating systems:
Red Hat Enterprise Linux 7 CentOS 7 Oracle Linux 7 Debian 9 Ubuntu 16.04 Linux Mint 18 openSUSE 15 SUSE Enterprise Linux (SLES) 12 SP2 Windows 7 64-bit Windows 8.
April 1, 2024
Setup Julia environment
Version updated for julia-actions/setup-julia to version v2.0.0.
This action is used across all versions by 20,772 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed update to node20 by @ranocha in https://github.com/julia-actions/setup-julia/pull/209 Note the rationale for the breaking change was discussed in https://github.com/julia-actions/setup-julia/pull/209
Dependencies and misc Bump nock from 13.5.1 to 13.5.4 by @dependabot in https://github.com/julia-actions/setup-julia/pull/224 Bump @types/semver from 7.5.6 to 7.5.8 by @dependabot in https://github.
March 29, 2024
install-juliaup
Version updated for julia-actions/install-juliaup to version v1.1.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Replace all uses of console.log() with core.info() by @DilumAluthge in https://github.com/julia-actions/install-juliaup/pull/33 Fix a typo in a comment by @DilumAluthge in https://github.com/julia-actions/install-juliaup/pull/34 Add some more log statements by @DilumAluthge in https://github.com/julia-actions/install-juliaup/pull/35 Full Changelog: https://github.com/julia-actions/install-juliaup/compare/v1.0.0...v1.1.0
February 14, 2024
Setup Julia environment
Version updated for julia-actions/setup-julia to version v1.9.6.
This action is used across all versions by 20,090 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Fix the Apple Silicon (macOS aarch64 / arm64) URLs for Julia nightly by @benlorenz in https://github.com/julia-actions/setup-julia/pull/220 put quotes on readme version examples by @IanButterworth in https://github.com/julia-actions/setup-julia/pull/203 Deps & CI Bump actions/cache from 3 to 4 by @dependabot in https://github.com/julia-actions/setup-julia/pull/215 Bump @types/node from 20.
January 5, 2024
Cache Julia artifacts, packages and registry
Version updated for julia-actions/cache to version v1.5.0.
This action is used across all versions by 5,190 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed enable registries by default by @IanButterworth in https://github.com/julia-actions/cache/pull/62 Add option for user specified Julia depot by @omus in https://github.com/julia-actions/cache/pull/83 Unique cache-key for job matrix objects by @omus in https://github.com/julia-actions/cache/pull/88 Documentation consistency fixes by @omus in https://github.com/julia-actions/cache/pull/84 New Contributors @omus made their first contribution in https://github.
November 28, 2023
Cache Julia artifacts, packages and registry
Version updated for julia-actions/cache to version v1.4.1.
This action is used across all versions by 4,865 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Fixes the path to the handle_caches.jl script when this action is run on self-hosted container-based runners.
What’s Changed Fix incorrect GitHub actions path by @cjproud in https://github.com/julia-actions/cache/pull/78 New Contributors @cjproud made their first contribution in https://github.com/julia-actions/cache/pull/78 Full Changelog: https://github.com/julia-actions/cache/compare/v1.4.0...v1.4.1
November 28, 2023
Cache Julia artifacts, packages and registry
Version updated for julia-actions/cache to version v1.4.0.
This action is used across all versions by 4,863 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Now includes /compiled and is set up better to handle caching across concurrency.
What’s changed The depot directories/logs and /compiled are now included The cache key has changed to make the default setup more likely to be effective for concurrency: The default cache-name now includes the workflow name and job name Now always include the runner OS, to ensure that /compiled caches are stored separately for differing OSes By default any matrix variables are unrolled into the cache key to help achieve one cache per concurrent runner.
November 28, 2023
Format suggestion with JuliaFormatter.jl
Version updated for julia-actions/julia-format to version v2.0.0.
This action is used across all versions by 26 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Update entrypoint.sh by @odow in https://github.com/julia-actions/julia-format/pull/2 Add automated backup workflow by @SaschaMann in https://github.com/julia-actions/julia-format/pull/13 Update format_pr.yml by @norci in https://github.com/julia-actions/julia-format/pull/14 Renew entire action by @hyrodium in https://github.com/julia-actions/julia-format/pull/24 New Contributors @odow made their first contribution in https://github.com/julia-actions/julia-format/pull/2 @SaschaMann made their first contribution in https://github.
November 27, 2023
Format suggestion with JuliaFormatter.jl
Version updated for julia-actions/julia-format to version v.2.0.0.
This action is used across all versions by 26 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Update entrypoint.sh by @odow in https://github.com/julia-actions/julia-format/pull/2 Add automated backup workflow by @SaschaMann in https://github.com/julia-actions/julia-format/pull/13 Update format_pr.yml by @norci in https://github.com/julia-actions/julia-format/pull/14 Renew entire action by @hyrodium in https://github.com/julia-actions/julia-format/pull/24 New Contributors @odow made their first contribution in https://github.com/julia-actions/julia-format/pull/2 @SaschaMann made their first contribution in https://github.
November 21, 2023
Setup Julia environment
Version updated for julia-actions/setup-julia to version v1.9.4.
This action is used across all versions by 19,026 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This just fixes a broken release v1.9.3 where not all release steps were followed properly. See https://github.com/julia-actions/setup-julia/releases/tag/v1.9.3 for changes.
November 8, 2023
Run Pkg.build
Version updated for julia-actions/julia-buildpkg to version v1.5.0.
This action is used across all versions by 13,138 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Add localregistry input option by @lukasgrunwald in https://github.com/julia-actions/julia-buildpkg/pull/38 New Contributors @lukasgrunwald made their first contribution in https://github.com/julia-actions/julia-buildpkg/pull/38 Full Changelog: https://github.com/julia-actions/julia-buildpkg/compare/v1.4...v1.5.0
November 2, 2023
Cache Julia artifacts, packages and registry
Version updated for julia-actions/cache to version v1.3.0.
This action is used across all versions by 4,619 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Use step outputs instead of env vars by @SaschaMann in https://github.com/julia-actions/cache/pull/50 Remove “test” from cache name by @fonsp in https://github.com/julia-actions/cache/pull/66 add cache-scratchspaces and default enabled by @IanButterworth in https://github.com/julia-actions/cache/pull/63 Dependency Updates Bump actions/checkout from 3.3.0 to 3.4.0 by @dependabot in https://github.
September 26, 2023
Run Pkg.build
Version updated for julia-actions/julia-buildpkg to version v1.4.4.
This publisher is shown as erified by GitHub. This action is used across all versions by 12,726 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes The previous tag v1.4.3 was pointing to the wrong commit, see #36 for details.
What’s Changed Add a retry around Pkg.build by @Octogonapus in https://github.com/julia-actions/julia-buildpkg/pull/23 New Contributors @Octogonapus made their first contribution in https://github.
September 22, 2023
Run Pkg.build
Version updated for julia-actions/julia-buildpkg to version v1.4.3.
This publisher is shown as erified by GitHub. This action is used across all versions by 12,697 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes https://github.com/julia-actions/julia-buildpkg/pull/23
Thanks @Octogonapus