Skip to content

Commit

Permalink
Update actions and pin third-party versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Feb 2, 2024
1 parent c4ce108 commit b20544f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'liberica'

- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1
uses: gradle/wrapper-validation-action@27152f6fa06a6b8062ef7195c795692e51fc2c81

- name: Set up Gradle
uses: gradle/gradle-build-action@v2
Expand All @@ -27,7 +27,7 @@ jobs:
run: ./gradlew build

- name: Set up Azure
uses: azure/login@v1
uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d
with:
creds: ${{ secrets.AZURE_CREDENTIALS_SPRING_TEAM }}

Expand Down

0 comments on commit b20544f

Please sign in to comment.