Skip to content

Commit 360fa73

Browse files
committed
Update action versions
1 parent 9c1aebf commit 360fa73

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
with:
2626
python-version: "3.12"
2727

28-
- uses: alire-project/setup-alire@v5
28+
- uses: alire-project/setup-alire@v6
2929
with:
30-
version: 2.1.0
30+
version: 2.1.1
3131
toolchain: 'gnat_arm_elf gprbuild'
3232

3333
- name: Generate Runtimes
@@ -63,7 +63,7 @@ jobs:
6363
pytest . -v --junit-xml=reports/runtime-tests.xml
6464
6565
- name: Test Report
66-
uses: dorny/test-reporter@v2.6.0
66+
uses: dorny/test-reporter@v3
6767
if: ${{ !cancelled() && (matrix.os != 'windows-latest') }} # run this step even if previous step failed
6868
with:
6969
name: Runtime Tests

0 commit comments

Comments
 (0)