We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a170247 commit a5533e0Copy full SHA for a5533e0
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
matrix: ${{ steps.matrix.outputs.matrix }}
27
steps:
28
- name: Checkout repository
29
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
30
31
- name: Set mode
32
id: mode
@@ -65,7 +65,7 @@ jobs:
65
matrix: ${{ fromJSON(needs.options.outputs.matrix) }}
66
67
68
69
70
- name: Setup Fortran
71
id: setup-fortran
@@ -132,7 +132,7 @@ jobs:
132
133
134
135
136
137
- name: Setup Python
138
uses: actions/setup-python@v4
0 commit comments