File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 # If the worktree is dirty and this is a Renovate PR to bump
108108 # dependencies, commit the updated SDK and push it back to the PR. The
109109 # job will still be marked as a failure.
110- if : failure() && steps.worktreeClean.outcome == 'failure' && contains(github.actor, 'renovate') && github.event_name == 'pull_request'
110+ if : steps.worktreeClean.outcome == 'failure' && contains(github.actor, 'renovate') && github.event_name == 'pull_request'
111111 shell : bash
112112 run : |
113113 git diff --quiet -- sdk && echo "no changes to sdk" && exit
Original file line number Diff line number Diff line change 7979 with :
8080 python-version : 3.11.8
8181 - name : Setup Java
82- uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0 .0
82+ uses : actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1 .0
8383 with :
8484 cache : gradle
8585 distribution : temurin
You can’t perform that action at this time.
0 commit comments