Skip to content

Commit ffc8979

Browse files
authored
[Internal] Update github cache action version from v2 to v4 (#415)
## What changes are proposed in this pull request? V2 for actions/cache is deprecated and leading to all PR test failures ([example](2247616)), upgrading to use v4 ## How is this tested? Existing test passes
1 parent a6e3afb commit ffc8979

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v2
2020

2121
- name: Cache Maven packages
22-
uses: actions/cache@v2
22+
uses: actions/cache@v4
2323
with:
2424
path: ~/.m2
2525
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/checkout@v2
4848

4949
- name: Cache Maven packages
50-
uses: actions/cache@v2
50+
uses: actions/cache@v4
5151
with:
5252
path: ~/.m2
5353
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

NEXT_CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
* Introduce automated tagging ([#409](https://github.com/databricks/databricks-sdk-java/pull/409)).
1515
* Update Jobs GetJob API to support paginated responses ([#403](https://github.com/databricks/databricks-sdk-java/pull/403)).
1616
* Update Jobs GetRun API to support paginated responses ([#402](https://github.com/databricks/databricks-sdk-java/pull/402)).
17+
* Update github cache action version from v2 to v4 ([#415](Update github cache action version from v2 to v4))
1718

1819
### API Changes

0 commit comments

Comments
 (0)