pyvista / pytest-pyvista

Plugin to test PyVista plot outputs
https://pytest.pyvista.org
MIT License
13 stars 5 forks source link

Bump awalsh128/cache-apt-pkgs-action from 1.1.3 to 1.4.1 #114

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 7 months ago

Bumps awalsh128/cache-apt-pkgs-action from 1.1.3 to 1.4.1.

Release notes

Sourced from awalsh128/cache-apt-pkgs-action's releases.

v1.4.1

What's Changed

New Contributors

Full Changelog: https://github.com/awalsh128/cache-apt-pkgs-action/compare/v1.4.0...v1.4.1

v1.4.0

What's Changed

New Contributors

Full Changelog: https://github.com/awalsh128/cache-apt-pkgs-action/compare/v1.3.1...v1.4.0

v1.3.1

What's Changed

Bugs

  • Fixes awk delimiter case in #99.
  • Apt cache performance by @​stevenh in awalsh128/cache-apt-pkgs-action#104
  • Add null field separator so filenames don't get broken up.
  • Move upload logs up in the action sequence so it captures data before it gets deleted.

New Contributors

Full Changelog: https://github.com/awalsh128/cache-apt-pkgs-action/compare/v1.3.0...v1.3.1

v1.3.0

What's Changed

Bugs

  • Fixes issue #98 and #99 by enclosing filenames in single quotes to capture path node literals.

Features

  • Unify how package name and versions are paired to use = and not : delimiter. This also fixes versioned input packages. Requires a minor bump on the action since it affects the cache filenames. Automatic cache reset will occur.

Enhancements

... (truncated)

Commits
  • 2555a37 Bump force reload to accommodate update on cache action save version. #122
  • 75ab37e Use matching versions of actions/cache actions (#123)
  • a9d9258 Bump global version of cache.
  • 5c74a02 Bump actions/cache/restore to v4 (#120)
  • 6460a33 First version of a Golang version for APT package querying. (#118) (#119)
  • 44c33b3 Pull staging changes upstream. (#113)
  • 6f9e6a8 Update README.md
  • 641f947 fix: apt cache performance (#104)
  • 1850ee5 Documentation for versioning support.
  • 135ee20 Merge branch 'dev' into master
  • Additional commits viewable in compare view


Dependabot compatibility score

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 6 months ago

Superseded by #118.