@@ -16,15 +16,15 @@ jobs:
1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : ⤵️ Check out code from GitHub
19- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
19+ uses : actions/checkout@v3.4.0
2020 - name : 🏗 Set up Poetry
2121 run : pipx install poetry
2222 - name : 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
2323 id : python
24- uses : actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4
24+ uses : actions/setup-python@v4.5.0
2525 with :
2626 python-version : ${{ env.DEFAULT_PYTHON }}
27- cache : ' poetry'
27+ cache : " poetry"
2828 - name : 🏗 Install workflow dependencies
2929 run : |
3030 poetry config virtualenvs.create true
@@ -39,15 +39,15 @@ jobs:
3939 runs-on : ubuntu-latest
4040 steps :
4141 - name : ⤵️ Check out code from GitHub
42- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
42+ uses : actions/checkout@v3.4.0
4343 - name : 🏗 Set up Poetry
4444 run : pipx install poetry
4545 - name : 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
4646 id : python
4747 uses : actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4
4848 with :
4949 python-version : ${{ env.DEFAULT_PYTHON }}
50- cache : ' poetry'
50+ cache : " poetry"
5151 - name : 🏗 Install workflow dependencies
5252 run : |
5353 poetry config virtualenvs.create true
@@ -62,15 +62,15 @@ jobs:
6262 runs-on : ubuntu-latest
6363 steps :
6464 - name : ⤵️ Check out code from GitHub
65- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
65+ uses : actions/checkout@v3.4.0
6666 - name : 🏗 Set up Poetry
6767 run : pipx install poetry
6868 - name : 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
6969 id : python
7070 uses : actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4
7171 with :
7272 python-version : ${{ env.DEFAULT_PYTHON }}
73- cache : ' poetry'
73+ cache : " poetry"
7474 - name : 🏗 Install workflow dependencies
7575 run : |
7676 poetry config virtualenvs.create true
@@ -85,15 +85,15 @@ jobs:
8585 runs-on : ubuntu-latest
8686 steps :
8787 - name : ⤵️ Check out code from GitHub
88- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
88+ uses : actions/checkout@v3.4.0
8989 - name : 🏗 Set up Poetry
9090 run : pipx install poetry
9191 - name : 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
9292 id : python
9393 uses : actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4
9494 with :
9595 python-version : ${{ env.DEFAULT_PYTHON }}
96- cache : ' poetry'
96+ cache : " poetry"
9797 - name : 🏗 Install workflow dependencies
9898 run : |
9999 poetry config virtualenvs.create true
@@ -134,15 +134,15 @@ jobs:
134134 runs-on : ubuntu-latest
135135 steps :
136136 - name : ⤵️ Check out code from GitHub
137- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
137+ uses : actions/checkout@v3.4.0
138138 - name : 🏗 Set up Poetry
139139 run : pipx install poetry
140140 - name : 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
141141 id : python
142142 uses : actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4
143143 with :
144144 python-version : ${{ env.DEFAULT_PYTHON }}
145- cache : ' poetry'
145+ cache : " poetry"
146146 - name : 🏗 Install workflow dependencies
147147 run : |
148148 poetry config virtualenvs.create true
@@ -157,15 +157,15 @@ jobs:
157157 runs-on : ubuntu-latest
158158 steps :
159159 - name : ⤵️ Check out code from GitHub
160- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
160+ uses : actions/checkout@v3.4.0
161161 - name : 🏗 Set up Poetry
162162 run : pipx install poetry
163163 - name : 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
164164 id : python
165165 uses : actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4
166166 with :
167167 python-version : ${{ env.DEFAULT_PYTHON }}
168- cache : ' poetry'
168+ cache : " poetry"
169169 - name : 🏗 Install workflow dependencies
170170 run : |
171171 poetry config virtualenvs.create true
@@ -180,15 +180,15 @@ jobs:
180180 runs-on : ubuntu-latest
181181 steps :
182182 - name : ⤵️ Check out code from GitHub
183- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
183+ uses : actions/checkout@v3.4.0
184184 - name : 🏗 Set up Poetry
185185 run : pipx install poetry
186186 - name : 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
187187 id : python
188188 uses : actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4
189189 with :
190190 python-version : ${{ env.DEFAULT_PYTHON }}
191- cache : ' poetry'
191+ cache : " poetry"
192192 - name : 🏗 Install workflow dependencies
193193 run : |
194194 poetry config virtualenvs.create true
@@ -198,8 +198,8 @@ jobs:
198198 - name : 🏗 Set up Node.js
199199 uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
200200 with :
201- node-version-file : ' .nvmrc'
202- cache : ' npm'
201+ node-version-file : " .nvmrc"
202+ cache : " npm"
203203 - name : 🏗 Install NPM dependencies
204204 run : npm install
205205 - name : 🚀 Run prettier
0 commit comments