Skip to content

Commit

Permalink
Atualizando Actions para @V3
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacAndra authored Aug 29, 2024
1 parent 91e8c8b commit 1182fee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

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

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

0 comments on commit 1182fee

Please sign in to comment.