Skip to content

Commit

Permalink
Merge pull request #112 from xtext/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
cdietrich authored Aug 15, 2024
2 parents 982f429 + b0889e3 commit 5ec02b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
maven-version: 3.9.8
- name: Cache Maven, p2 and Gradle dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.m2
Expand Down

0 comments on commit 5ec02b8

Please sign in to comment.