Compare commits
No commits in common. "dependabot/github_actions/actions/cache-6" and "main" have entirely different histories.
dependabot
...
main
4 changed files with 4 additions and 4 deletions
2
.github/workflows/ble-test.yml
vendored
2
.github/workflows/ble-test.yml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v7
|
||||
- name: Cache west modules
|
||||
uses: actions/cache@v6
|
||||
uses: actions/cache@v5
|
||||
env:
|
||||
cache-name: cache-zephyr-modules
|
||||
with:
|
||||
|
|
|
|||
2
.github/workflows/build-user-config.yml
vendored
2
.github/workflows/build-user-config.yml
vendored
|
|
@ -108,7 +108,7 @@ jobs:
|
|||
fi
|
||||
|
||||
- name: Cache west modules
|
||||
uses: actions/cache@v6
|
||||
uses: actions/cache@v5
|
||||
continue-on-error: true
|
||||
env:
|
||||
cache_name: cache-zephyr-${{ env.zephyr_version }}-modules
|
||||
|
|
|
|||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
with:
|
||||
persist-credentials: false
|
||||
- name: Cache west modules
|
||||
uses: actions/cache@v6
|
||||
uses: actions/cache@v5
|
||||
env:
|
||||
cache-name: cache-zephyr-modules
|
||||
with:
|
||||
|
|
|
|||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v7
|
||||
- name: Cache west modules
|
||||
uses: actions/cache@v6
|
||||
uses: actions/cache@v5
|
||||
env:
|
||||
cache-name: cache-zephyr-modules
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue