Skip to content

Commit

Permalink
cicd: Update action version to test for compatibility with test and r…
Browse files Browse the repository at this point in the history
…elease process #TASK-6264
  • Loading branch information
juanfeSanahuja committed May 30, 2024
1 parent c139406 commit c526731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
name: Test and push Sonar analysis
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Set up JDK 11
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
Expand Down

0 comments on commit c526731

Please sign in to comment.