Skip to content

Commit

Permalink
Workflows: update checkout && cache version
Browse files Browse the repository at this point in the history
  • Loading branch information
RuffaloLavoisier committed Sep 25, 2024
1 parent ebfa6f9 commit 5a7015c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/astyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: ${{ github.repository == 'Open-Smartwatch/open-smartwatch-os' }}
steps:
- name: Checkout repository and submodules
uses: nschloe/action-cached-lfs-checkout@v1
uses: nschloe/action-cached-lfs-checkout@v1.2.2
with:
# submodules: recursive # do not access any submodules to not accidentially modify them
ref: ${{ github.head_ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-EMULATOR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# submodules: recursive
# lfs: 'true'
- name: Checkout repository and submodules
uses: nschloe/action-cached-lfs-checkout@v1
uses: nschloe/action-cached-lfs-checkout@v1.2.2
with:
submodules: recursive
- name: Update packages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-FEATURE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
uses: nschloe/action-cached-lfs-checkout@v1.2.2
with:
submodules: recursive
- id: get-flag
Expand All @@ -52,7 +52,7 @@ jobs:
language: ${{ fromJson(needs.Find-feature.outputs.default_language) }}
steps:
- name: Checkout repository and submodules
uses: nschloe/action-cached-lfs-checkout@v1
uses: nschloe/action-cached-lfs-checkout@v1.2.2
with:
submodules: recursive
- name: Cache pip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-OS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository and submodules
uses: nschloe/action-cached-lfs-checkout@v1
uses: nschloe/action-cached-lfs-checkout@v1.2.2
with:
submodules: recursive
- uses: dorny/paths-filter@v3
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
language: ${{ fromJson(needs.Find-feature.outputs.get-languages) }}
steps:
- name: Checkout repository and submodules
uses: nschloe/action-cached-lfs-checkout@v1
uses: nschloe/action-cached-lfs-checkout@v1.2.2
with:
submodules: recursive
- name: Cache pip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-OSW.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
if: ${{ needs.check_skip.outputs.should_skip != 'true' }}
steps:
- name: Checkout repository and submodules
uses: nschloe/action-cached-lfs-checkout@v1
uses: nschloe/action-cached-lfs-checkout@v1.2.2
with:
submodules: recursive
- uses: dorny/paths-filter@v3
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
build-configuration: [debug, release]
steps:
- name: Checkout repository and submodules
uses: nschloe/action-cached-lfs-checkout@v1
uses: nschloe/action-cached-lfs-checkout@v1.2.2
with:
submodules: recursive
- name: Cache pip
Expand Down

0 comments on commit 5a7015c

Please sign in to comment.