3838
3939 steps :
4040 - name : Setup Fortran
41- uses : gha3mi/setup-fortran-conda@latest
41+ uses : gha3mi/setup-fortran-conda@dev
4242 with :
4343 compiler : ${{ matrix.compiler }}
4444 compiler-version : ${{ matrix.compiler-version }}
6464
6565 steps :
6666 - name : Setup Fortran
67- uses : gha3mi/setup-fortran-conda@latest
67+ uses : gha3mi/setup-fortran-conda@dev
6868 with :
6969 compiler : ${{ matrix.compiler }}
7070 compiler-version : ${{ matrix.compiler-version }}
9898
9999 steps :
100100 - name : Setup Fortran
101- uses : gha3mi/setup-fortran-conda@latest
101+ uses : gha3mi/setup-fortran-conda@dev
102102 with :
103103 compiler : ${{ matrix.compiler }}
104104 compiler-version : ${{ matrix.compiler-version }}
@@ -135,7 +135,7 @@ jobs:
135135
136136 steps :
137137 - name : Setup Fortran
138- uses : gha3mi/setup-fortran-conda@latest
138+ uses : gha3mi/setup-fortran-conda@dev
139139 with :
140140 compiler : ${{ matrix.compiler }}
141141 compiler-version : ${{ matrix.compiler-version }}
@@ -159,7 +159,7 @@ jobs:
159159 runs-on : ubuntu-latest
160160 steps :
161161 - name : Setup and Generate FORD Documentation
162- uses : gha3mi/setup-fortran-conda@latest
162+ uses : gha3mi/setup-fortran-conda@dev
163163 with :
164164 compiler : gfortran
165165 generate-doc-ford : true
@@ -175,7 +175,7 @@ jobs:
175175 runs-on : ubuntu-latest
176176 steps :
177177 - name : Setup and Generate Doxygen Documentation
178- uses : gha3mi/setup-fortran-conda@latest
178+ uses : gha3mi/setup-fortran-conda@dev
179179 with :
180180 compiler : gfortran
181181 generate-doc-doxygen : true
@@ -192,7 +192,7 @@ jobs:
192192 runs-on : ubuntu-latest
193193 steps :
194194 - name : Generate summary
195- uses : gha3mi/setup-fortran-conda@latest
195+ uses : gha3mi/setup-fortran-conda@dev
196196 with :
197197 generate-status-fpm : true
198198
@@ -203,7 +203,7 @@ jobs:
203203 runs-on : ubuntu-latest
204204 steps :
205205 - name : Generate summary
206- uses : gha3mi/setup-fortran-conda@latest
206+ uses : gha3mi/setup-fortran-conda@dev
207207 with :
208208 generate-status-cmake : true
209209
@@ -214,18 +214,18 @@ jobs:
214214 runs-on : ubuntu-latest
215215 steps :
216216 - name : Generate summary
217- uses : gha3mi/setup-fortran-conda@latest
217+ uses : gha3mi/setup-fortran-conda@dev
218218 with :
219219 generate-status-meson : true
220220
221221 update_readme_table :
222- if : ${{ always() && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') && github.ref == 'refs/heads/main' && !contains(github.event.head_commit.message, '[skip ci]') }}
222+ if : ${{ always() && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') && !contains(github.event.head_commit.message, '[skip ci]') }}
223223 name : Update README.md status table
224224 needs : [status_fpm, status_cmake, status_meson]
225225 runs-on : ubuntu-latest
226226 steps :
227227 - name : Update README status
228- uses : gha3mi/setup-fortran-conda@latest
228+ uses : gha3mi/setup-fortran-conda@dev
229229 with :
230230 update-readme-table : true
231231 update-readme-token : ${{ secrets.GH_PAT }} # Update with your GitHub personal access token
@@ -238,7 +238,7 @@ jobs:
238238 runs-on : ubuntu-latest
239239 steps :
240240 - name : Run Fortitude Linter
241- uses : gha3mi/setup-fortran-conda@latest
241+ uses : gha3mi/setup-fortran-conda@dev
242242 with :
243243 fortitude-check : true
244244 fortitude-settings : " --output-format github"
0 commit comments