mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Update relenv version to 0.12.0
This commit is contained in:
parent
310991a6d6
commit
ac906c49f8
5 changed files with 5 additions and 5 deletions
2
.github/actions/setup-relenv/action.yml
vendored
2
.github/actions/setup-relenv/action.yml
vendored
|
@ -22,7 +22,7 @@ inputs:
|
|||
required: false
|
||||
type: string
|
||||
description: The version of relenv to use
|
||||
default: 0.10.2
|
||||
default: 0.12.0
|
||||
|
||||
outputs:
|
||||
version:
|
||||
|
|
2
.github/workflows/build-deps-onedir.yml
vendored
2
.github/workflows/build-deps-onedir.yml
vendored
|
@ -21,7 +21,7 @@ on:
|
|||
relenv-version:
|
||||
required: false
|
||||
type: string
|
||||
default: 0.10.2
|
||||
default: 0.12.0
|
||||
description: The version of relenv to use
|
||||
python-version-linux:
|
||||
required: false
|
||||
|
|
2
.github/workflows/build-salt-onedir.yml
vendored
2
.github/workflows/build-salt-onedir.yml
vendored
|
@ -21,7 +21,7 @@ on:
|
|||
relenv-version:
|
||||
required: false
|
||||
type: string
|
||||
default: 0.10.2
|
||||
default: 0.12.0
|
||||
description: The version of relenv to use
|
||||
python-version-linux:
|
||||
required: false
|
||||
|
|
|
@ -1 +1 @@
|
|||
Add a `.pth` to the onedir env to ensure packages in extras are importable.
|
||||
Add a `.pth` to the Salt onedir env to ensure packages in extras are importable. Bump relenv to 0.12.0.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
python_version_linux: "3.10.11"
|
||||
python_version_macos: "3.10.11"
|
||||
python_version_windows: "3.10.11"
|
||||
relenv_version: "0.11.2"
|
||||
relenv_version: "0.12.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue