Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cycleccc committed Oct 9, 2024
2 parents ac57da1 + 40e876a commit 18f7e0a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# 加载依赖缓存
- name: Load cached dependencies
uses: actions/cache@v4.1.0
uses: actions/cache@v4.1.1
id: cache
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

# 加载依赖缓存
- name: Load cached dependencies
uses: actions/cache@v4.1.0
uses: actions/cache@v4.1.1
id: cache
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

# 加载依赖缓存
- name: Load cached dependencies
uses: actions/cache@v4.1.0
uses: actions/cache@v4.1.1
id: cache
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

# 加载依赖缓存
- name: Load cached dependencies
uses: actions/cache@v4.1.0
uses: actions/cache@v4.1.1
id: cache
with:
path: |
Expand Down

0 comments on commit 18f7e0a

Please sign in to comment.