Skip to content

Commit

Permalink
use latest v of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
GedMarc committed Feb 25, 2024
1 parent 57202b5 commit 42d5b51
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bom-submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
submodules: 'true'
show-progress: 'true'
- name: Set up Java
uses: actions/setup-java@v3
uses: actions/setup-java
with:
java-version: ${{ matrix.java-version }}
distribution: 'oracle'
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
}
]
- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: maven-${{ hashFiles('**pom.xml') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v3
uses: actions/setup-java
with:
java-version: ${{ matrix.java-version }}
distribution: 'oracle'
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
}
]
- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: maven-${{ hashFiles('**pom.xml') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
submodules: 'true'
show-progress: 'true'
- name: Set up Java
uses: actions/setup-java@v3
uses: actions/setup-java
with:
java-version: ${{ matrix.java-version }}
distribution: 'oracle'
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
}
]
- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: maven-${{ hashFiles('**pom.xml') }}
Expand Down

0 comments on commit 42d5b51

Please sign in to comment.