Skip to content

Commit 69c5c81

Browse files
authored
Update to latest GitHub actions (#275)
1 parent 2f82cc7 commit 69c5c81

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@ jobs:
1919
- scout
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- name: Set up JDK 21
24-
uses: actions/setup-java@v3
24+
uses: actions/setup-java@v4
2525
with:
2626
java-version: '21'
2727
distribution: 'temurin'
2828
cache: maven
2929
- name: Set up Maven
30-
uses: stCarolas/setup-maven@07fbbe97d97ef44336b7382563d66743297e442f # v4.5
30+
uses: stCarolas/setup-maven@v5
3131
with:
3232
maven-version: 3.9.9
3333
- name: Build with Maven
3434
run: mvn clean verify -B -Pepp.p2.${{ matrix.package }} -Pepp.product.${{ matrix.package }} -Pepp.p2.common
3535
- name: Upload bundle information
36-
uses: actions/upload-artifact@v3
36+
uses: actions/upload-artifact@v4
3737
if: success() || failure()
3838
with:
3939
name: bundles.info for ${{ matrix.package }}

0 commit comments

Comments
 (0)