File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 if : ${{ github.event.issue || github.event.pull_request || github.event.discussion }}
2424 steps :
2525 - name : Get action 'github/accessibility-alt-text-bot'
26- uses : github/accessibility-alt-text-bot@v1.7.1 # Set to latest
26+ uses : github/accessibility-alt-text-bot@v1.7.2 # Set to latest
Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ jobs:
341341 uses : actions/checkout@v6
342342
343343 - name : Setup Java JDK to run code generator
344- uses : actions/setup-java@v5.1 .0
344+ uses : actions/setup-java@v5.2 .0
345345 with :
346346 java-version : 17
347347 java-package : jre
Original file line number Diff line number Diff line change 4242 uses : actions/checkout@v6
4343
4444 - name : Setup Java JDK to run code generator
45- uses : actions/setup-java@v5.1 .0
45+ uses : actions/setup-java@v5.2 .0
4646 with :
4747 java-version : 17
4848 java-package : jre
Original file line number Diff line number Diff line change 4949 uses : actions/checkout@v6
5050
5151 - name : Setup Java JDK to run code generator
52- uses : actions/setup-java@v5.1 .0
52+ uses : actions/setup-java@v5.2 .0
5353 with :
5454 java-version : 17
5555 java-package : jre
You can’t perform that action at this time.
0 commit comments