File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 with :
1616 fetch-depth : 0
1717 - name : Install JDK
18- uses : actions/setup-java@v4
18+ uses : actions/setup-java@v5
1919 with :
2020 distribution : " adopt"
2121 java-version : 17
Original file line number Diff line number Diff line change 4141 sudo apt-get update && sudo apt-get install -y exiftool imagemagick xdg-utils libimage-exiftool-perl zsh jq xorg
4242 # brew install exiftool imagemagick
4343 - name : Install JDK ${{ matrix.java_version }}
44- uses : actions/setup-java@v4
44+ uses : actions/setup-java@v5
4545 with :
4646 distribution : " adopt"
4747 java-version : ${{ matrix.java_version }}
@@ -108,7 +108,7 @@ jobs:
108108 with :
109109 fetch-depth : 0
110110 - name : Install JDK ${{ matrix.java_version }}
111- uses : actions/setup-java@v4
111+ uses : actions/setup-java@v5
112112 with :
113113 distribution : " adopt"
114114 java-version : ${{ matrix.java_version }}
Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@v4
1313 - name : Install JDK
14- uses : actions/setup-java@v4
14+ uses : actions/setup-java@v5
1515 with :
1616 distribution : " adopt"
1717 java-version : 17
You can’t perform that action at this time.
0 commit comments