diff --git a/.github/workflows/at_server.yaml b/.github/workflows/at_server.yaml index 6b1db8128..669ca190c 100644 --- a/.github/workflows/at_server.yaml +++ b/.github/workflows/at_server.yaml @@ -37,7 +37,7 @@ jobs: sdk: stable # Setup python - name: Set up Python - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0 + uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1 with: python-version: '3.8' # Install python packages @@ -136,7 +136,7 @@ jobs: # Setup python - name: Set up Python - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0 + uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1 with: python-version: '3.8' diff --git a/.github/workflows/refreshcerts.yaml b/.github/workflows/refreshcerts.yaml index 4884866e4..5f919ea2f 100644 --- a/.github/workflows/refreshcerts.yaml +++ b/.github/workflows/refreshcerts.yaml @@ -13,7 +13,7 @@ jobs: name: SSL Renewal for vip.ve.atsign.zone steps: - name: Set up Python - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0 + uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1 with: python-version: 3.9 #install the python needed - name: setup certinfo diff --git a/.github/workflows/update_python_requirements.yml b/.github/workflows/update_python_requirements.yml index c9eb99115..8b8f865d5 100644 --- a/.github/workflows/update_python_requirements.yml +++ b/.github/workflows/update_python_requirements.yml @@ -23,7 +23,7 @@ jobs: - name: Set up Python if: ${{ github.actor == 'dependabot[bot]' }} - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0 + uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1 with: python-version: '3.11'