diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-12-06 23:49:29 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-06 18:19:29 +0000 |
commit | 968507aba0c7b7bb7c3df0ee1bd6caa8bd0fcc9f (patch) | |
tree | bb6c0dbc3381c5314953d99d0581d0a99b700388 /.github/workflows/dependency_sync.yml | |
parent | 20eae05eec21784bf57a6687b702918476b83a05 (diff) |
Convert all GHA references to normal versions (#1570)
Diffstat (limited to '.github/workflows/dependency_sync.yml')
-rw-r--r-- | .github/workflows/dependency_sync.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/dependency_sync.yml b/.github/workflows/dependency_sync.yml index ccc4d1ba..98f3cef0 100644 --- a/.github/workflows/dependency_sync.yml +++ b/.github/workflows/dependency_sync.yml @@ -33,13 +33,13 @@ jobs: - uses: gradle/wrapper-validation-action@v1 - name: Set up JDK - uses : actions/setup-java@v2 + uses : actions/setup-java@v2.4.0 with : - distribution : 'adopt' + distribution : 'zulu' java-version : '11' cache: 'gradle' - - uses: gradle/gradle-build-action@cba1833ddecbbee649950c284416981928631008 + - uses: gradle/gradle-build-action@v2.0.1 name: run dependencySync with: arguments: | |