Skip to content

Commit 13a5d27

Browse files
authored
Merge pull request #1 from salt-extensions/renovate/https-github.com-salt-extensions-salt-extension-copier-0.x
Update dependency https://github.com/salt-extensions/salt-extension-copier to v0.8.0
2 parents f35c7fc + b6e59b7 commit 13a5d27

17 files changed

+95
-93
lines changed

.copier-answers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Autogenerated. Do not edit this by hand, use `copier update`.
22
---
3-
_commit: 0.7.4
3+
_commit: 0.8.0
44
_src_path: https://github.com/salt-extensions/salt-extension-copier
55
author: Marek Czernek
66
author_email: marek.czernek@suse.com
@@ -18,7 +18,7 @@ os_support:
1818
- Linux
1919
package_name: dockermod
2020
project_name: dockermod
21-
python_requires: '3.9'
21+
python_requires: '3.10'
2222
relax_pylint: true
2323
salt_version: '3006'
2424
source_url: https://github.com/salt-extensions/saltext-dockermod

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
news-fragments-available: ${{ steps.check-available.outputs.available }}
6161

6262
steps:
63-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
153+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
154154
with:
155155
path: exitstatus
156156
pattern: exitstatus-*

.github/workflows/deploy-docs-action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ jobs:
3939

4040
steps:
4141
- name: Download built docs
42-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
42+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
4343
with:
4444
name: ${{ inputs.artifact-name }}
4545
path: html-docs
4646

4747
- name: Upload GitHub Pages artifact
48-
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
48+
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
4949
with:
5050
name: html-docs-pages
5151
path: html-docs
@@ -71,7 +71,7 @@ jobs:
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

.github/workflows/deploy-package-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Download Python Package Artifacts
27-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
27+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
2828
with:
2929
name: salt-extension-${{ inputs.version }}-packages
3030
path: dist

.github/workflows/docs-action.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
timeout-minutes: 10
1111

1212
steps:
13-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
18+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
1919
with:
2020
python-version: "3.10"
2121

@@ -24,8 +24,8 @@ jobs:
2424
python -m pip install --upgrade pip
2525
pip install "nox==$NOX_VERSION" "uv==$UV_VERSION"
2626
env:
27-
NOX_VERSION: '2025.2.9'
28-
UV_VERSION: '0.6.15'
27+
NOX_VERSION: '2025.11.12'
28+
UV_VERSION: '0.9.27'
2929

3030
- name: Install Doc Requirements
3131
run: |
@@ -38,7 +38,7 @@ jobs:
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
@@ -51,7 +51,7 @@ jobs:
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

.github/workflows/get-changed-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
changed-files: ${{ toJSON(steps.changed-files.outputs) }}
1818

1919
steps:
20-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121

2222
- name: Get Changed Files
2323
id: changed-files

.github/workflows/package-action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
runs-on: ubuntu-24.04
1515

1616
steps:
17-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
22+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2323
with:
2424
python-version: "3.10"
2525

@@ -42,7 +42,7 @@ jobs:
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
@@ -57,7 +57,7 @@ jobs:
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

.github/workflows/pre-commit-action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Pre-Commit
1515
runs-on: ubuntu-24.04
1616
container:
17-
image: 'docker.io/library/python:3.10.17-slim-bookworm@sha256:57038683f4a259e17fcff1ccef7ba30b1065f4b3317dabb5bd7c82640a5ed64f'
17+
image: 'docker.io/library/python:3.10.19-slim-bookworm@sha256:ac7bf2ae912299e41783a8e4eff07369dc6de3444bdc1cc29626a05241f957d7'
1818

1919
steps:
2020
- name: Install System Deps
@@ -23,7 +23,7 @@ jobs:
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727

2828
- name: Install Pre-Commit
2929
run: |
@@ -49,7 +49,7 @@ jobs:
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

.github/workflows/prepare-release-action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222

2323
steps:
2424
- name: Checkout code
25-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626

2727
- name: Set up Python 3.10
28-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
28+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2929
with:
3030
python-version: '3.10'
3131

@@ -49,7 +49,7 @@ jobs:
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

.github/workflows/tag.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525

2626
- name: Extract tag name
2727
id: get_version_tag
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Find Pull Request
44-
uses: juliangruber/find-pull-request-action@2f36c5fe1abfda4745dfab4f38217ebad8ded4eb # v1.9.0
44+
uses: juliangruber/find-pull-request-action@20b962e58a4abbc0dc63bcc0fde0c997de8782b5 # v1.10.0
4545
id: find-pull-request
4646
with:
4747
branch: release/auto
@@ -82,7 +82,7 @@ jobs:
8282

8383
steps:
8484
- name: Checkout code
85-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
85+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8686

8787
- name: Extract version of merged release PR
8888
id: get_version_pr

0 commit comments

Comments
 (0)