File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 frontend/package-lock.json
3030
3131 - name : Setup Python
32- uses : actions/setup-python@v5
32+ uses : actions/setup-python@v6
3333 with :
3434 python-version : " 3.12"
3535 cache : pip
Original file line number Diff line number Diff line change 2626 frontend/package-lock.json
2727
2828 - name : Setup Python
29- uses : actions/setup-python@v5
29+ uses : actions/setup-python@v6
3030 with :
3131 python-version : " 3.12"
3232 cache : pip
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 uses : actions/checkout@v4
111111
112112 - name : Setup Python
113- uses : actions/setup-python@v5
113+ uses : actions/setup-python@v6
114114 with :
115115 python-version : " 3.12"
116116 cache : pip
@@ -150,7 +150,7 @@ jobs:
150150 frontend/package-lock.json
151151
152152 - name : Setup Python
153- uses : actions/setup-python@v5
153+ uses : actions/setup-python@v6
154154 with :
155155 python-version : " 3.12"
156156 cache : pip
You can’t perform that action at this time.
0 commit comments