diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml index 595db0b..7711e0f 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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 id: sp with: python-version: '3.x'