ASFHyP3 / hyp3-autorift

A HyP3 plugin for feature tracking processing with AutoRIFT-ISCE
BSD 3-Clause "New" or "Revised" License
7 stars 2 forks source link

Bump ASFHyP3/actions from 0.4.0 to 0.7.0 #206

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps ASFHyP3/actions from 0.4.0 to 0.7.0.

Release notes

Sourced from ASFHyP3/actions's releases.

Actions v0.7.0

Changed

  • conda environments are now provisioned with micromamba in all reusable workflows
  • reusable-pytest.yml and reusable-pytest.yml no longer accept a conda_env_name input and will use the environment named in the calling repo's environment.yml

Actions v0.6.0

Changed

Fixed

  • All uses of the GitHub Action set-output command have been upgraded, due to forthcoming depreciation

Actions v0.5.0

Added

Changed

  • reusable-pytest.yml now accepts (only) a JSON list of python version strings and will setup a matrix of test jobs for multiple python versions. python_version usage has changed from
      python_version: "3.9"            # Optional; default shown  
    
    to
        # Optional; default shown
        python_versions: >-
          ["3.8", "3.9", "3.10"]
    
    Note: A single python version can be specified like ["3.9"].

Removed

  • Removed support for secret scanning with gitleaks-action, which now requires a paid license to use the latest version.
Changelog

Sourced from ASFHyP3/actions's changelog.

[0.7.0]

Changed

  • conda environments are now provisioned with micromamba in all reusable workflows
  • reusable-pytest.yml and reusable-pytest.yml no longer accept a conda_env_name input and will use the environment named in the calling repo's environment.yml

[0.6.0]

Changed

Fixed

  • All uses of the GitHub Action set-output command have been upgraded, due to forthcoming depreciation

[0.5.0]

Added

Changed

  • reusable-pytest.yml now accepts (only) a JSON list of python version strings and will setup a matrix of test jobs for multiple python versions. python_version usage has changed from
      python_version: "3.9"            # Optional; default shown  
    
    to
        # Optional; default shown
        python_versions: >-
          ["3.8", "3.9", "3.10"]
    
    Note: A single python version can be specified like ["3.9"].

Removed

  • Removed support for secret scanning with gitleaks-action, which now requires a paid license to use the latest version.
Commits
  • f290f6f Merge pull request #50 from ASFHyP3/develop
  • 21853ff Merge pull request #45 from ASFHyP3/dependabot/github_actions/akhilerm/tag-pu...
  • a332d8c Merge pull request #49 from ASFHyP3/mircomamba
  • 0da8dbe fix withs
  • 98de41a more detail to changelog
  • 06246b8 Update README to next version
  • 7a4702f micromamba instead of miniconda
  • 2f1a8b3 Bump akhilerm/tag-push-action from 2.0.0 to 2.1.0
  • b0a5c5c Merge pull request #42 from ASFHyP3/develop
  • cb26db2 Merge pull request #43 from ASFHyP3/readme
  • 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)
dependabot[bot] commented 1 year ago

Superseded by #209.