Skip to content

Commit

Permalink
Bump setup-java to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
cnunciato committed Jul 3, 2024
1 parent 86bd5e1 commit d9449dd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Run Template Tests Against Pulumi CLI
on:
schedule:
- cron: '0 8 * * *'
pull_request:
branches:
- master
workflow_dispatch: {}

env:
Expand Down Expand Up @@ -44,10 +47,14 @@ jobs:
id-token: write
steps:
- name: Install Java 11 (temurin)
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
- if: contains(matrix.platform, 'macOS')
name: Install sbt (Scala)
run: |
brew install sbt
- name: Install DotNet ${{ matrix.dotnet }}
uses: actions/setup-dotnet@v3
with:
Expand Down

0 comments on commit d9449dd

Please sign in to comment.