Skip to content

Commit 067f2db

Browse files
authored
Repository maintenance
Repository maintenance according Arm-Debug/mcu-assets-dashboard#88 Review and update settings in vcpkg-configuration.json files (use the latest toolbox version). Review and update batches in README.md files. Review and update workflow files (update to the latest github actions).
2 parents 1aa8e2b + 5d38211 commit 067f2db

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/basic.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ permissions:
1414

1515
jobs:
1616
CI_test_run:
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-latest
1818

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v6
2222

2323
- name: Setup Python 3.10
24-
uses: actions/setup-python@v5
24+
uses: actions/setup-python@v6
2525
with:
2626
python-version: '3.10'
2727

.github/workflows/basic_w_report.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ permissions:
1515

1616
jobs:
1717
CI_test_run:
18-
runs-on: ubuntu-22.04
18+
runs-on: ubuntu-latest
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323

2424
# Install Python used by the report utility
2525
- name: Setup Python 3.10
26-
uses: actions/setup-python@v5
26+
uses: actions/setup-python@v6
2727
with:
2828
python-version: '3.10'
2929
- run:
@@ -61,7 +61,7 @@ jobs:
6161
6262
# Upload the junit report to the check run of the workflow
6363
- name: Test Report
64-
uses: phoenix-actions/test-reporting@v15
64+
uses: phoenix-actions/test-reporting@v16
6565
if: success() || failure() # run this step even if previous step failed
6666
with:
6767
name: Test Report # Name of the check run which will be created

vcpkg-configuration.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"arm:tools/kitware/cmake": "^3.31.5",
1212
"arm:tools/ninja-build/ninja": "1.12.0",
1313
"arm:compilers/arm/armclang": "6.22.0",
14-
"arm:compilers/arm/arm-none-eabi-gcc": "^13.2.1",
15-
"arm:models/arm/avh-fvp": "^11.22.39",
14+
"arm:compilers/arm/arm-none-eabi-gcc": "^14.2.1",
15+
"arm:models/arm/avh-fvp": "^11.31.28",
1616
"arm:debuggers/arm/armdbg": "6.1.2"
1717
}
1818
}

0 commit comments

Comments
 (0)