Skip to content

Commit

Permalink
Update unit_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rd4dev authored Dec 11, 2024
1 parent 64ccd74 commit f02e1ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
version: 6.5.0

- uses: actions/cache@v2
- uses: actions/cache@v4
id: scripts_cache
with:
path: ${{ env.CACHE_DIRECTORY }}
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
with:
version: 6.5.0

- uses: actions/cache@v2
- uses: actions/cache@v4
id: scripts_cache
with:
path: ${{ env.CACHE_DIRECTORY }}
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
# with Bazel since Bazel can share the most recent cache from an unrelated build and still
# benefit from incremental build performance (assuming that actions/cache aggressively removes
# older caches due to the 5GB cache limit size & Bazel's large cache size).
- uses: actions/cache@v2
- uses: actions/cache@v4
id: test_cache
with:
path: ${{ env.CACHE_DIRECTORY }}
Expand Down

0 comments on commit f02e1ff

Please sign in to comment.