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

Add support for eden_version input in test workflow #954

Merged

Commits on Feb 7, 2024

  1. Add support for eden_version input in test workflow

    When the workflow is triggered from the outside, action/checkout
    defaults to checking out the latest master which is not always desired.
    For better compatibility with older EVE release the user should be able
    to specify the version of eden to be used in the test workflow. If no
    version is specified, the workflow should resert to the default behavior.
    
    Signed-off-by: Paul Gaiduk <paulg@zededa.com>
    europaul committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    2d3a0fc View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Update actions/checkout to v4.1.1

    Since node16 that is used by action/checkout v3 has reached EOL, we upgrade the version to the latest 4.1.1.
    
    Signed-off-by: Paul Gaiduk <paulg@zededa.com>
    europaul committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    6091871 View commit details
    Browse the repository at this point in the history