Skip to content

Commit 093d860

Browse files
authored
Merge pull request #35 from smart-swimmingpool/dependabot/github_actions/actions/cache-6
2 parents a5fafbc + 1635dee commit 093d860

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
python-version: "3.11"
6060

6161
- name: Cache PlatformIO
62-
uses: actions/cache@v5
62+
uses: actions/cache@v6
6363
with:
6464
path: |
6565
~/.platformio

.github/workflows/plaform.io.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/checkout@v7
4848

4949
- name: Cache PlatformIO
50-
uses: actions/cache@v5
50+
uses: actions/cache@v6
5151
with:
5252
path: |
5353
~/.platformio

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/checkout@v7
5454

5555
- name: Cache PlatformIO
56-
uses: actions/cache@v5
56+
uses: actions/cache@v6
5757
with:
5858
path: |
5959
~/.platformio

0 commit comments

Comments
 (0)