From 66bcbbbda731ccc70e2e652cf1b889805ed40ddd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 22:43:20 +0000 Subject: [PATCH] Update daniel-mizsak/workflows action to v2.1.1 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e97b52..e5617b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,13 +24,13 @@ jobs: prek: permissions: contents: read - uses: daniel-mizsak/workflows/.github/workflows/prek.yml@1a10f29ef1289f7f1c82e896f9307e701b6c7a77 # v2.1.0 + uses: daniel-mizsak/workflows/.github/workflows/prek.yml@8279bcf5febc3f24a79510d5e9dec89c2415d79c # v2.1.1 lint: permissions: contents: read pull-requests: write - uses: daniel-mizsak/workflows/.github/workflows/lint.yml@1a10f29ef1289f7f1c82e896f9307e701b6c7a77 # v2.1.0 + uses: daniel-mizsak/workflows/.github/workflows/lint.yml@8279bcf5febc3f24a79510d5e9dec89c2415d79c # v2.1.1 with: megalinter-config: "./.github/linters/.megalinter.yml" @@ -38,7 +38,7 @@ jobs: permissions: contents: read id-token: write - uses: daniel-mizsak/workflows/.github/workflows/python-ci.yml@1a10f29ef1289f7f1c82e896f9307e701b6c7a77 # v2.1.0 + uses: daniel-mizsak/workflows/.github/workflows/python-ci.yml@8279bcf5febc3f24a79510d5e9dec89c2415d79c # v2.1.1 with: package-version: ${{ inputs.package-version }} python-version: "3.12"