Skip to content

Commit a3fca41

Browse files
authored
Merge pull request #402 from objectstack-ai/dependabot/github_actions/actions/cache-5
2 parents 5be23e4 + 6e46ae9 commit a3fca41

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
cache: 'pnpm'
6363

6464
- name: Turbo Cache
65-
uses: actions/cache@v4
65+
uses: actions/cache@v5
6666
with:
6767
path: node_modules/.cache/turbo
6868
key: turbo-${{ runner.os }}-${{ github.sha }}
@@ -93,7 +93,7 @@ jobs:
9393
cache: 'pnpm'
9494

9595
- name: Turbo Cache
96-
uses: actions/cache@v4
96+
uses: actions/cache@v5
9797
with:
9898
path: node_modules/.cache/turbo
9999
key: turbo-${{ runner.os }}-${{ github.sha }}
@@ -134,7 +134,7 @@ jobs:
134134
cache: 'pnpm'
135135

136136
- name: Turbo Cache
137-
uses: actions/cache@v4
137+
uses: actions/cache@v5
138138
with:
139139
path: node_modules/.cache/turbo
140140
key: turbo-${{ runner.os }}-${{ github.sha }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
registry-url: 'https://registry.npmjs.org'
3131

3232
- name: Turbo Cache
33-
uses: actions/cache@v4
33+
uses: actions/cache@v5
3434
with:
3535
path: node_modules/.cache/turbo
3636
key: turbo-${{ runner.os }}-${{ github.sha }}

0 commit comments

Comments
 (0)