1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-12 16:44:21 +04:00

chore(deps): bump actions/cache from 5 to 6 (#2675)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-07-07 17:48:58 +02:00
committed by GitHub
parent 4c1d20eaf2
commit a61e081e88
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v7 uses: actions/checkout@v7
- name: Cache turbo build setup - name: Cache turbo build setup
uses: actions/cache@v5 uses: actions/cache@v6
with: with:
path: .turbo path: .turbo
key: ${{ runner.os }}-turbo-${{ github.sha }} key: ${{ runner.os }}-turbo-${{ github.sha }}
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v7 uses: actions/checkout@v7
- name: Cache turbo build setup - name: Cache turbo build setup
uses: actions/cache@v5 uses: actions/cache@v6
with: with:
path: .turbo path: .turbo
key: ${{ runner.os }}-turbo-${{ github.sha }} key: ${{ runner.os }}-turbo-${{ github.sha }}
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v7 uses: actions/checkout@v7
- name: Cache turbo build setup - name: Cache turbo build setup
uses: actions/cache@v5 uses: actions/cache@v6
with: with:
path: .turbo path: .turbo
key: ${{ runner.os }}-turbo-${{ github.sha }} key: ${{ runner.os }}-turbo-${{ github.sha }}