File tree Expand file tree Collapse file tree 17 files changed +108
-106
lines changed
Expand file tree Collapse file tree 17 files changed +108
-106
lines changed Original file line number Diff line number Diff line change 11# Autogenerated. Do not edit this by hand, use `copier update`.
22---
3- _commit : 0.7.5
3+ _commit : 0.8.0
44_src_path : https://github.com/lkubb/salt-extension-copier
55author : EITR Technologies, LLC
66author_email : devops@eitr.tech
@@ -21,7 +21,7 @@ os_support:
2121 - Windows
2222package_name : prometheus
2323project_name : prometheus
24- python_requires : ' 3.9 '
24+ python_requires : ' 3.10 '
2525relax_pylint : false
2626salt_version : ' 3006'
2727source_url : https://github.com/salt-extensions/saltext-prometheus
Original file line number Diff line number Diff line change 6060 news-fragments-available : ${{ steps.check-available.outputs.available }}
6161
6262 steps :
63- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
63+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
6464
6565 - name : Check if news fragments are available
6666 id : check-available
@@ -150,7 +150,7 @@ jobs:
150150 steps :
151151 - name : Download Exit Status Files
152152 if : always()
153- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
153+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
154154 with :
155155 path : exitstatus
156156 pattern : exitstatus-*
Original file line number Diff line number Diff line change 3939
4040 steps :
4141 - name : Download built docs
42- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
42+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
4343 with :
4444 name : ${{ inputs.artifact-name }}
4545 path : html-docs
7171
7272 - name : Upload Exit Status
7373 if : always()
74- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
74+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
7575 with :
7676 name : exitstatus-${{ github.job }}
7777 path : exitstatus
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Download Python Package Artifacts
27- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
27+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
2828 with :
2929 name : salt-extension-${{ inputs.version }}-packages
3030 path : dist
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
1010 timeout-minutes : 10
1111
1212 steps :
13- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
13+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
1414 with :
1515 fetch-depth : 0
1616
1717 - name : Set up Python 3.10 For Nox
18- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
18+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
1919 with :
2020 python-version : " 3.10"
2121
2424 python -m pip install --upgrade pip
2525 pip install "nox==$NOX_VERSION" "uv==$UV_VERSION"
2626 env :
27- NOX_VERSION : ' 2025.5.1 '
28- UV_VERSION : ' 0.8.18 '
27+ NOX_VERSION : ' 2025.11.12 '
28+ UV_VERSION : ' 0.9.27 '
2929
3030 - name : Install Doc Requirements
3131 run : |
3838 nox --force-color -e docs
3939
4040 - name : Upload built docs as artifact
41- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
41+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
4242 with :
4343 name : html-docs
4444 path : docs/_build/html
5151
5252 - name : Upload Exit Status
5353 if : always()
54- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
54+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
5555 with :
5656 name : exitstatus-${{ github.job }}
5757 path : exitstatus
Original file line number Diff line number Diff line change 1717 changed-files : ${{ toJSON(steps.changed-files.outputs) }}
1818
1919 steps :
20- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
20+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
2121
2222 - name : Get Changed Files
2323 id : changed-files
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 runs-on : ubuntu-24.04
1515
1616 steps :
17- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
17+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
1818 with :
1919 fetch-depth : 0
2020
2121 - name : Set up Python 3.10
22- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
22+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
2323 with :
2424 python-version : " 3.10"
2525
4242 PIP_CONSTRAINT="$RUNNER_TEMP/build-constraints.txt" python -m build --outdir dist/
4343
4444 - name : Upload build artifacts
45- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
45+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
4646 if : always()
4747 with :
4848 name : salt-extension-${{ inputs.version }}-packages
5757
5858 - name : Upload Exit Status
5959 if : always()
60- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
60+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
6161 with :
6262 name : exitstatus-${{ github.job }}
6363 path : exitstatus
Original file line number Diff line number Diff line change 1414 name : Pre-Commit
1515 runs-on : ubuntu-24.04
1616 container :
17- image : ' docker.io/library/python:3.10.18 -slim-bookworm@sha256:e7eed6c2e7fd1ecc43f0a37da7a115f4c9c9f50f247e9cba086c2f4583412fd9 '
17+ image : ' docker.io/library/python:3.10.19 -slim-bookworm@sha256:ac7bf2ae912299e41783a8e4eff07369dc6de3444bdc1cc29626a05241f957d7 '
1818
1919 steps :
2020 - name : Install System Deps
2323 apt-get install -y enchant-2 git gcc make zlib1g-dev libc-dev libffi-dev g++ libxml2 libxml2-dev libxslt-dev libcurl4-openssl-dev libssl-dev libgnutls28-dev
2424 git config --global --add safe.directory "$(pwd)"
2525
26- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
26+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
2727
2828 - name : Install Pre-Commit
2929 run : |
4949
5050 - name : Upload Exit Status
5151 if : always()
52- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
52+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
5353 with :
5454 name : exitstatus-${{ github.job }}
5555 path : exitstatus
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
2222
2323 steps :
2424 - name : Checkout code
25- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
25+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
2626
2727 - name : Set up Python 3.10
28- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
28+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
2929 with :
3030 python-version : ' 3.10'
3131
4949 python -m pre_commit run --files=CHANGELOG.md || true
5050
5151 - name : Create/update release PR
52- uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
52+ uses : peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
5353 with :
5454 commit-message : Release v${{ (github.event_name == 'workflow_dispatch' && inputs.version != '') && inputs.version || steps.next-version.outputs.version }}
5555 branch : release/auto
Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout code
24- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
24+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
2525
2626 - name : Extract tag name
2727 id : get_version_tag
8282
8383 steps :
8484 - name : Checkout code
85- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
85+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
8686
8787 - name : Extract version of merged release PR
8888 id : get_version_pr
You can’t perform that action at this time.
0 commit comments