Skip to content

Commit

Permalink
ci: bump gha components
Browse files Browse the repository at this point in the history
add gha to dependabot
  • Loading branch information
duncdrum committed Dec 19, 2023
1 parent bd7ec2e commit 145abe8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ updates:
- dependency-name: acorn
versions:
- 8.0.5
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,13 @@ jobs:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.jdk }}
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
distribution: temurin
cache: maven
java-version: ${{ matrix.jdk }}
- name: Cache Maven packages
uses: actions/cache@v2
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Maven Build
run: mvn clean package -DskipTests
- name: Test
Expand Down

0 comments on commit 145abe8

Please sign in to comment.