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 46
46
- name : Install poetry
47
47
run : pipx install poetry
48
48
- name : Set up Python
49
- uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
49
+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
50
50
with :
51
51
python-version : ${{ env.PYTHON_VERSION }}
52
52
cache : " poetry" # NOTE: poetry must be installed before this step, or else cache doesn't work
@@ -111,7 +111,7 @@ jobs:
111
111
- name : Install poetry
112
112
run : pipx install poetry
113
113
- name : Set up Python
114
- uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
114
+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
115
115
with :
116
116
python-version : ${{ env.PYTHON_VERSION }}
117
117
cache : " poetry" # NOTE: poetry must be installed before this step, or else cache doesn't work
@@ -148,7 +148,7 @@ jobs:
148
148
- name : Check out repository code
149
149
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
150
150
- name : Set up Python
151
- uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
151
+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
152
152
with :
153
153
python-version : ${{ env.PYTHON_VERSION }}
154
154
- name : Set up Node
Original file line number Diff line number Diff line change 44
44
- name : Install poetry
45
45
run : pipx install poetry
46
46
- name : Set up Python
47
- uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
47
+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
48
48
with :
49
49
python-version : ${{ env.PYTHON_VERSION }}
50
50
cache : " poetry" # NOTE: poetry must be installed before this step, or else cache doesn't work
68
68
- name : Install poetry
69
69
run : pipx install poetry
70
70
- name : Set up Python
71
- uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
71
+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
72
72
with :
73
73
python-version : ${{ env.PYTHON_VERSION }}
74
74
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