We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c1aebf commit 360fa73Copy full SHA for 360fa73
1 file changed
.github/workflows/main.yaml
@@ -25,9 +25,9 @@ jobs:
25
with:
26
python-version: "3.12"
27
28
- - uses: alire-project/setup-alire@v5
+ - uses: alire-project/setup-alire@v6
29
30
- version: 2.1.0
+ version: 2.1.1
31
toolchain: 'gnat_arm_elf gprbuild'
32
33
- name: Generate Runtimes
@@ -63,7 +63,7 @@ jobs:
63
pytest . -v --junit-xml=reports/runtime-tests.xml
64
65
- name: Test Report
66
- uses: dorny/test-reporter@v2.6.0
+ uses: dorny/test-reporter@v3
67
if: ${{ !cancelled() && (matrix.os != 'windows-latest') }} # run this step even if previous step failed
68
69
name: Runtime Tests
0 commit comments