File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3838 - name : Install poetry
3939 run : pipx install poetry
4040 - name : Set up Python
41- uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0 .0
41+ uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
4242 with :
4343 python-version : ${{ env.PYTHON_VERSION }}
4444 cache : " poetry" # NOTE: poetry must be installed before this step, or else cache doesn't work
@@ -104,7 +104,7 @@ jobs:
104104 - name : Install poetry
105105 run : pipx install poetry
106106 - name : Set up Python
107- uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0 .0
107+ uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
108108 with :
109109 python-version : ${{ env.PYTHON_VERSION }}
110110 cache : " poetry" # NOTE: poetry must be installed before this step, or else cache doesn't work
@@ -141,7 +141,7 @@ jobs:
141141 - name : Check out repository code
142142 uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
143143 - name : Set up Python
144- uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0 .0
144+ uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
145145 with :
146146 python-version : ${{ env.PYTHON_VERSION }}
147147 - name : Set up Node
Original file line number Diff line number Diff line change 3535 - name : Install poetry
3636 run : pipx install poetry
3737 - name : Set up Python
38- uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0 .0
38+ uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
3939 with :
4040 python-version : ${{ env.PYTHON_VERSION }}
4141 cache : " poetry" # NOTE: poetry must be installed before this step, or else cache doesn't work
5959 - name : Install poetry
6060 run : pipx install poetry
6161 - name : Set up Python
62- uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0 .0
62+ uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
6363 with :
6464 python-version : ${{ env.PYTHON_VERSION }}
6565 cache : " poetry" # NOTE: poetry must be installed before this step, or else cache doesn't work
You can’t perform that action at this time.
0 commit comments