Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the actions-all group with 4 updates #20

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 19, 2024

Bumps the actions-all group with 4 updates: alire-project/setup-alire, 40ants/setup-lisp, golangci/golangci-lint-action and julia-actions/setup-julia.

Updates alire-project/setup-alire from 2 to 3

Commits

Updates 40ants/setup-lisp from 2 to 4

Changelog

Sourced from 40ants/setup-lisp's changelog.

4.0.5 (2024-04-19)

Fixed

  • Extended test matrix with macos-14 runner.
  • Fixed Roswell cache paths for macos-14 runner.
  • Extended qlot cache key with runner architecture.

4.0.4 (2024-04-18)

Fixed

  • Cache key was extended with runner architecture. Thanks for the contribution to Ákos Kiss!

4.0.3 (2024-03-12)

Fixed

  • There was an error when action suceeded, but actually failed trying to load my quicklisp fix for package inferred systems. A code to load this fix used :HOME as a pathname component which is not supported by some CL implementations. Actually, I've already fixed this issue in 3.1.0 version, but somehow this fix was lost. Also, a handler-bind wrapper around the loader was added and now action's tests will fail in case of any errors.

4.0.2 (2024-02-27)

Fixed

  • Fix recreating of qlfile inside qlot environment cache.

When some jobs used qlfile-template argument + caching, a template application result was cached and caused an error during the next run.

4.0.1 (2024-02-25)

... (truncated)

Commits
  • 1e6a66b Update docs
  • 1a45dea Merge pull request #34 from ak-coram/macos-14-cache-fixes
  • abd311b Update changelog
  • f4185fe Add macos-14 to test matrix
  • 4d80952 Add homebrew paths to roswell cache for macos-14
  • 98a5a9d Extend qlot cache key with runner architecture
  • cf2feb4 Update docs
  • f243cb8 Update changelog.
  • a5179c8 Merge pull request #33 from ak-coram/extend-cache-key-with-runner-arch
  • 2050461 Extend cache key with runner architecture #32
  • Additional commits viewable in compare view

Updates golangci/golangci-lint-action from 4 to 6

Release notes

Sourced from golangci/golangci-lint-action's releases.

v6.0.0

What's Changed

This version removes annotations option (because it was useless), and removes the default output format (github-actions). The annotations are still produced but with another approach.

Changes

Dependencies

Full Changelog: golangci/golangci-lint-action@v5.3.0...v6.0.0

v5.3.0

What's Changed

Changes

Full Changelog: golangci/golangci-lint-action@v5.2.0...v5.3.0

v5.2.0

What's Changed

Changes

Full Changelog: golangci/golangci-lint-action@v5.1.0...v5.2.0

v5.1.0

What's Changed

Changes

Dependencies

... (truncated)

Commits
  • a4f60bb fix: use 3-dots syntax for diff on push (#1040)
  • 5815a4b doc: improve readme
  • 23faadf doc: improve readme
  • b556f25 doc: improve readme
  • 789f114 feat: rewrite format handling (#1038)
  • d36b91c build(deps-dev): bump @​typescript-eslint/parser from 7.7.1 to 7.8.0 (#1035)
  • a9eb115 build(deps): bump @​types/node from 20.12.7 to 20.12.8 (#1036)
  • bd4fa7c build(deps-dev): bump @​typescript-eslint/eslint-plugin from 7.7.1 to 7.8.0 (#...
  • 38e1018 feat: improve log about pwd/cwd (#1033)
  • 21e9e6b feat: use OS and working-directory as cache key (#1032)
  • Additional commits viewable in compare view

Updates julia-actions/setup-julia from 1 to 2

Release notes

Sourced from julia-actions/setup-julia's releases.

v2.0.0 - Update to Node20

What's Changed

Note the rationale for the breaking change was discussed in julia-actions/setup-julia#209

Dependencies and misc

New Contributors

Full Changelog: julia-actions/setup-julia@v1.9.6...v2.0.0

v1.9.6: Fix Apple Silicon installation

What's Changed

Deps & CI

New Contributors

Full Changelog: julia-actions/setup-julia@v1.9.5...v1.9.6

v1.9.5: Maintain mtime of julia build to avoid re-precompilation

A big part of fixing JuliaLang/julia#50667 for julia <1.11 as maintaining the mtime of the julia source files means cached /compiled caches won't be invalidated in new runs where julia has been reinstalled.

What's Changed

Dep updates

... (truncated)

Commits
  • f225878 Add production dependencies & build
  • b96a572 Bump the version number to 2.0.0 in package.json and package-lock.json ...
  • 437a175 update to node20 (#209)
  • e9d953d Bump @​types/node from 20.11.16 to 20.11.30 (#226)
  • 4190528 Bump @​types/semver from 7.5.6 to 7.5.8 (#222)
  • 9acd04f Bump nock from 13.5.1 to 13.5.4 (#224)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the actions-all group with 4 updates: [alire-project/setup-alire](https://github.com/alire-project/setup-alire), [40ants/setup-lisp](https://github.com/40ants/setup-lisp), [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) and [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia).


Updates `alire-project/setup-alire` from 2 to 3
- [Release notes](https://github.com/alire-project/setup-alire/releases)
- [Commits](alire-project/setup-alire@v2...v3)

Updates `40ants/setup-lisp` from 2 to 4
- [Changelog](https://github.com/40ants/setup-lisp/blob/master/ChangeLog.md)
- [Commits](40ants/setup-lisp@v2...v4)

Updates `golangci/golangci-lint-action` from 4 to 6
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v4...v6)

Updates `julia-actions/setup-julia` from 1 to 2
- [Release notes](https://github.com/julia-actions/setup-julia/releases)
- [Commits](julia-actions/setup-julia@v1...v2)

---
updated-dependencies:
- dependency-name: alire-project/setup-alire
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-all
- dependency-name: 40ants/setup-lisp
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-all
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-all
- dependency-name: julia-actions/setup-julia
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 19, 2024
@JanEricNitschke JanEricNitschke merged commit 1b65d71 into main Jun 19, 2024
43 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/actions-all-ee2e9bb75a branch June 19, 2024 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant