Skip to content

Commit 38d1b75

Browse files
committed
Update GitHub actions versions to latest
Only run this branch
1 parent 7c0d005 commit 38d1b75

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/maven.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ name: Java CI
1717

1818
on:
1919
push:
20-
branches: [ master, POOL_2_X ]
20+
branches: [ POOL_2_X ]
2121
pull_request:
22-
branches: [ master, POOL_2_X ]
22+
branches: [ POOL_2_X ]
2323

2424
permissions:
2525
contents: read
@@ -38,19 +38,19 @@ jobs:
3838
experimental: true
3939

4040
steps:
41-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
41+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4242
with:
4343
persist-credentials: false
44-
- uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
44+
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
4545
with:
4646
path: ~/.m2/repository
4747
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
4848
restore-keys: |
4949
${{ runner.os }}-maven-
5050
- name: Set up JDK ${{ matrix.java }}
51-
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
51+
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
5252
with:
5353
distribution: 'temurin'
5454
java-version: ${{ matrix.java }}
5555
- name: Build with Maven
56-
run: mvn --errors --show-version --batch-mode --no-transfer-progress
56+
run: mvn --show-version --batch-mode --no-transfer-progress

0 commit comments

Comments
 (0)