miurahr / pyppmd

pyppmd provides classes and functions for compressing and decompressing text data, using PPM (Prediction by partial matching) compression algorithm variation H and I.2. It provide an API similar to Python's zlib/bz2/lzma modules.
https://pyppmd.readthedocs.io/en/latest/
GNU Lesser General Public License v2.1
8 stars 3 forks source link

Bump uraimo/run-on-arch-action from 2.1.1 to 2.1.2 #100

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps uraimo/run-on-arch-action from 2.1.1 to 2.1.2.

Release notes

Sourced from uraimo/run-on-arch-action's releases.

2.1.2

Fix floating version tags.

Commits
  • 294562f Update README.md
  • 13e4281 Merge pull request #62 from Gerschtli/groups
  • 968def3 Merge pull request #65 from elijahr/floating-tag
  • 5f87f5b Merge branch 'master' into floating-tag
  • df1595f Merge pull request #66 from vrince/patch-3
  • 094ce9b Bump version to 2.1.1 in readme examples
  • 7f278a9 Feature: floating tag (fixes #64)
  • db6abdd Alpine install should use /bin/sh
  • aa0669c Add groups for better visibility in logs
  • ca8cded Test: print installed qemu platforms
  • 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 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)
miurahr commented 2 years ago

@dependabot rebase