mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-19 20:28:05 +01:00
Update GitHub Actions versions
This commit is contained in:
committed by
Jon Chambers
parent
90fe634ddd
commit
0ae02da9be
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -11,9 +11,9 @@ jobs:
|
||||
container: ubuntu:22.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
|
||||
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: 21
|
||||
|
||||
Reference in New Issue
Block a user