Skip to content

Commit

Permalink
fix: use only major versions (@V3) for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lecodeski committed Jul 25, 2023
1 parent b727008 commit 26ed3b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quarkus-native-docker-jib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:

steps:
- name: Checkout Repo
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3

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

0 comments on commit 26ed3b4

Please sign in to comment.