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.3.0 #54

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 1 year ago

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

Release notes

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

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

New Contributors

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

v1.2.4

What's Changed

  • Provide support for literal and folded block scalar multiline packages #84
  • Fix upload logs artifact name to only use valid characters (swapped with cache key) #89

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

v1.2.3

What's Changed

Bugs

New Contributors

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

v1.2.2

What's Changed

  • Fix Tar error with package files that contain spaces #79.

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

v1.2.1

... (truncated)

Commits
  • 1850ee5 Documentation for versioning support.
  • 135ee20 Merge branch 'dev' into master
  • 0a48123 Revert package existence test.
  • 6d3c759 Test apt-cache show command wrt versioning.
  • f5bcdd7 Use APT syntax for name version delimitation and not a colon.
  • cdad971 Fix broken function calls.
  • 971da59 Standardize syntax, name casing and fix package versioning feature.
  • bd54558 Convert action to APT version syntax.
  • a644619 Enclose filenames in single quotes to capture literals #99
  • bdc0928 Only install apt-fast from source if not present (#97)
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] commented 11 months ago

Superseded by #99.