Skip to content

Commit

Permalink
Updated actions (to use Node 20)
Browse files Browse the repository at this point in the history
Also use cached pull for astyle

Signed-off-by: simonmicro <simon@simonmicro.de>
  • Loading branch information
simonmicro committed May 19, 2024
1 parent 5d4a1a3 commit 4f84804
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 22 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/astyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.repository == 'Open-Smartwatch/open-smartwatch-os' }}
steps:
- uses: actions/checkout@v1
- name: Checkout repository and submodules
uses: nschloe/action-cached-lfs-checkout@v1
with:
# submodules: recursive # do not access any submodules to not accidentially modify them
ref: ${{ github.head_ref }}
- name: astyle
uses: addnab/docker-run-action@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-EMULATOR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
should_skip: ${{ steps.skip_check.outputs.should_skip }}
steps:
- id: skip_check
uses: fkirc/skip-duplicate-actions@v5.3.1
uses: fkirc/skip-duplicate-actions@v5
with:
cancel_others: "true" # in a PR with two runs (puch+merge), the latter will cancel the first and run instead
concurrent_skipping: "same_content_newer"
Expand All @@ -35,7 +35,7 @@ jobs:
# submodules: recursive
# lfs: 'true'
- name: Checkout repository and submodules
uses: nschloe/action-cached-lfs-checkout@v1.2.1
uses: nschloe/action-cached-lfs-checkout@v1
with:
submodules: recursive
- name: Update packages
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test-FEATURE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
should_skip: ${{ steps.skip_check.outputs.should_skip }}
steps:
- id: skip_check
uses: fkirc/skip-duplicate-actions@v5.3.1
uses: fkirc/skip-duplicate-actions@v5
with:
cancel_others: "true" # in a PR with two runs (puch+merge), the latter will cancel the first and run instead
concurrent_skipping: "same_content_newer"
Expand All @@ -25,7 +25,7 @@ jobs:
if: ${{ needs.check_skip.outputs.should_skip != 'true' }}
steps:
- name: Checkout repository and submodules
uses: nschloe/action-cached-lfs-checkout@v1.2.1
uses: nschloe/action-cached-lfs-checkout@v1
with:
submodules: recursive
- id: get-flag
Expand All @@ -52,23 +52,23 @@ jobs:
language: ${{ fromJson(needs.Find-feature.outputs.default_language) }}
steps:
- name: Checkout repository and submodules
uses: nschloe/action-cached-lfs-checkout@v1.2.1
uses: nschloe/action-cached-lfs-checkout@v1
with:
submodules: recursive
- name: Cache pip
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pip
key: pip-${{ runner.os }}
- name: Cache PlatformIO
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.platformio
key: platformio-${{ runner.os }}
- name: Install swig
run: sudo apt-get update && sudo apt-get -y install swig
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install PlatformIO
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test-OS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository and submodules
uses: nschloe/action-cached-lfs-checkout@v1.2.1
uses: nschloe/action-cached-lfs-checkout@v1
with:
submodules: recursive
- uses: dorny/paths-filter@v2.11.1
- uses: dorny/paths-filter@v3
id: filter
with:
filters: |
Expand Down Expand Up @@ -44,16 +44,16 @@ jobs:
language: ${{ fromJson(needs.Find-feature.outputs.get-languages) }}
steps:
- name: Checkout repository and submodules
uses: nschloe/action-cached-lfs-checkout@v1.2.1
uses: nschloe/action-cached-lfs-checkout@v1
with:
submodules: recursive
- name: Cache pip
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pip
key: pip-${{ runner.os }}
- name: Cache PlatformIO
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.platformio
key: platformio-${{ runner.os }}
Expand All @@ -66,7 +66,7 @@ jobs:
run: brew install swig

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install PlatformIO
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test-OSW.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
should_skip: ${{ steps.skip_check.outputs.should_skip }}
steps:
- id: skip_check
uses: fkirc/skip-duplicate-actions@v5.3.1
uses: fkirc/skip-duplicate-actions@v5
with:
cancel_others: "true" # in a PR with two runs (puch+merge), the latter will cancel the first and run instead
concurrent_skipping: "same_content_newer"
Expand All @@ -26,10 +26,10 @@ jobs:
if: ${{ needs.check_skip.outputs.should_skip != 'true' }}
steps:
- name: Checkout repository and submodules
uses: nschloe/action-cached-lfs-checkout@v1.2.1
uses: nschloe/action-cached-lfs-checkout@v1
with:
submodules: recursive
- uses: dorny/paths-filter@v2.11.1
- uses: dorny/paths-filter@v3
id: filter
with:
filters: |
Expand Down Expand Up @@ -59,23 +59,23 @@ jobs:
build-configuration: [debug, release]
steps:
- name: Checkout repository and submodules
uses: nschloe/action-cached-lfs-checkout@v1.2.1
uses: nschloe/action-cached-lfs-checkout@v1
with:
submodules: recursive
- name: Cache pip
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pip
key: pip-${{ runner.os }}
- name: Cache PlatformIO
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.platformio
key: platformio-${{ runner.os }}
- name: Install swig
run: sudo apt-get update && sudo apt-get -y install swig
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install PlatformIO
Expand Down

0 comments on commit 4f84804

Please sign in to comment.