Skip to content

Commit

Permalink
Upgrade actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Olga Strijewski authored and Olga Strijewski committed Jul 5, 2024
1 parent 93bcde5 commit e11ab09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all history for all branches and tags

- name: Set up Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin' # You can choose the distribution (e.g., 'temurin', 'zulu', 'adopt', etc.)

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

0 comments on commit e11ab09

Please sign in to comment.