Skip to content

Commit 85eedde

Browse files
committed
Update GitHub Actions to their latest versions
1 parent 143584b commit 85eedde

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,22 @@ jobs:
1919
name: JDK ${{ matrix.java }}, ${{ matrix.os }}, ${{ matrix.transport }} transport, ${{ matrix.tls }} SSL provider
2020

2121
steps:
22-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
22+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+
2324
- name: Set up JDK
24-
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
25+
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
2526
with:
2627
distribution: temurin
2728
java-version: ${{ matrix.java }}
29+
2830
- name: Cache local Maven repository
29-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
31+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3032
with:
3133
path: ~/.m2/repository
3234
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
3335
restore-keys: |
3436
${{ runner.os }}-maven-
37+
3538
- name: Test with Maven
3639
env:
3740
PUSHY_TEST_TRANSPORT: ${{ matrix.transport }}

0 commit comments

Comments
 (0)