Skip to content

Commit

Permalink
Update GH actions constants and enable dependabot for them
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Sep 26, 2024
1 parent 4f27c64 commit 5bd0e96
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
path: 'm2e-core-tests'
- uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
- name: Set up Maven
uses: stCarolas/[email protected]
with:
maven-version: 3.9.2
maven-version: 3.9.9
- name: Cache local Maven repository
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 5bd0e96

Please sign in to comment.