Skip to content

Commit

Permalink
Update foresight-maven-build-staging.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
suleyman-trial authored Nov 29, 2022
1 parent fc58a16 commit 2e956d5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/foresight-maven-build-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@ jobs:
with:
api_key: ${{ secrets.FORESIGHT_API_KEY_STAGING }}

- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up JDK 8
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 8

- name: Cache Maven packages
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('pom.xml') }}
Expand Down

0 comments on commit 2e956d5

Please sign in to comment.