Skip to content

Commit 7da1c6a

Browse files
authored
Merge pull request #110 from objectstack-ai/dependabot/github_actions/actions/cache-5
2 parents f1dd632 + 59875cc commit 7da1c6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
3636
3737
- name: Setup pnpm cache
38-
uses: actions/cache@v4
38+
uses: actions/cache@v5
3939
with:
4040
path: ${{ env.STORE_PATH }}
4141
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -84,7 +84,7 @@ jobs:
8484
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
8585
8686
- name: Setup pnpm cache
87-
uses: actions/cache@v4
87+
uses: actions/cache@v5
8888
with:
8989
path: ${{ env.STORE_PATH }}
9090
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -122,7 +122,7 @@ jobs:
122122
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
123123
124124
- name: Setup pnpm cache
125-
uses: actions/cache@v4
125+
uses: actions/cache@v5
126126
with:
127127
path: ${{ env.STORE_PATH }}
128128
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)