Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Infra] Updated GH Cache action to be >v1 & v2 due to deprecation #882

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Updated GH Cache action to be >v1 & v2 due to deprecation from 2025/0…
…2/01
andsel committed Dec 13, 2024

Verified

This commit was signed with the committer’s verified signature.
jonas-jonas Jonas Hungershausen
commit d742319903b8be70cf9b2ff72a63744f1e8cbe68
2 changes: 1 addition & 1 deletion .github/workflows/maven_build.yml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v2

- name: Cache maven repository
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.m2/repository