@@ -205,15 +205,6 @@ jobs:
205205 run : |
206206 echo "nox-archive-hash=${{ hashFiles('requirements/**/*.txt', 'cicd/golden-images.json', 'noxfile.py', 'pkg/common/env-cleanup-rules.yml', '.github/workflows/build-deps-ci-action.yml') }}" | tee -a "$GITHUB_OUTPUT"
207207
208- - name : Check Existing Releases
209- env :
210- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
211- run : |
212- tools pkg repo confirm-unreleased --repository ${{ github.repository }} ${{ steps.setup-salt-version.outputs.salt-version }}
213- if [ "${{ github.event.repository.private }}" = "true" ]; then
214- tools pkg repo confirm-unreleased --repository saltstack/salt ${{ steps.setup-salt-version.outputs.salt-version }}
215- fi
216-
217208 - name : Write Changed Files To A Local File
218209 run :
219210 echo '${{ toJSON(steps.changed-files.outputs) }}' > changed-files.json
@@ -473,7 +464,7 @@ jobs:
473464 with :
474465 cache-seed : ${{ needs.prepare-workflow.outputs.cache-seed }}
475466 salt-version : " ${{ needs.prepare-workflow.outputs.salt-version }}"
476- relenv-version : " 0.19.0 "
467+ relenv-version : " 0.19.2 "
477468 python-version : " 3.10.17"
478469 matrix : ${{ toJSON(fromJSON(needs.prepare-workflow.outputs.config)['build-matrix']) }}
479470 linux_arm_runner : ${{ fromJSON(needs.prepare-workflow.outputs.config)['linux_arm_runner'] }}
@@ -489,7 +480,7 @@ jobs:
489480 with :
490481 salt-version : " ${{ needs.prepare-workflow.outputs.salt-version }}"
491482 cache-prefix : ${{ needs.prepare-workflow.outputs.cache-seed }}
492- relenv-version : " 0.19.0 "
483+ relenv-version : " 0.19.2 "
493484 python-version : " 3.10.17"
494485 source : " onedir"
495486 matrix : ${{ toJSON(fromJSON(needs.prepare-workflow.outputs.config)['build-matrix']) }}
@@ -510,7 +501,7 @@ jobs:
510501 with :
511502 salt-version : " ${{ needs.prepare-workflow.outputs.salt-version }}"
512503 cache-prefix : ${{ needs.prepare-workflow.outputs.cache-seed }}
513- relenv-version : " 0.19.0 "
504+ relenv-version : " 0.19.2 "
514505 python-version : " 3.10.17"
515506 source : " src"
516507 matrix : ${{ toJSON(fromJSON(needs.prepare-workflow.outputs.config)['build-matrix']) }}
0 commit comments