Skip to content

Commit

Permalink
Merge pull request #420 from parsingdata/dependabot/github_actions/gh…
Browse files Browse the repository at this point in the history
…-action-updates-ae272e3d04

Bump the gh-action-updates group with 4 updates
  • Loading branch information
mvanaken authored Mar 18, 2024
2 parents 6203654 + d76aafc commit f19b33e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Fetch all history for Sonar analysis
fetch-depth: 0

- name: Set up Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java-version }}
distribution: ${{ matrix.distribution }}
Expand All @@ -57,4 +57,4 @@ jobs:
- name: Upload Code Coverage to Codecov
# Upload test coverage results only from the Corretto 11 build
if: matrix.distribution == 'corretto' && matrix.java-version == '11'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

0 comments on commit f19b33e

Please sign in to comment.