Compare commits

...

4 Commits

Author SHA1 Message Date
193939bd06 Merge pull request #66 from nikdoof/renovate/workflows-actions-checkout-5.x
[workflows] Update actions/checkout action to v5
2025-10-01 17:25:00 +01:00
814d439ea1 Merge pull request #67 from nikdoof/renovate/workflows-actions-setup-python-6.x
[workflows] Update actions/setup-python action to v6
2025-10-01 17:24:42 +01:00
renovate[bot]
fc76008f70 [workflows] Update actions/setup-python action to v6 2025-10-01 03:27:29 +00:00
renovate[bot]
7d9729648f [workflows] Update actions/checkout action to v5 2025-10-01 03:27:25 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0
@@ -21,7 +21,7 @@ jobs:
with:
version: "v${{ env.HELM_VERSION }}"
- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: "${{ env.PYTHON_VERSION }}"

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0