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"