diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml index 595db0b..86ee1e5 100644 --- a/.github/workflows/versioning.yml +++ b/.github/workflows/versioning.yml @@ -21,7 +21,7 @@ jobs: disable-sudo: true egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 + - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 id: sp with: python-version: '3.x'