projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0861812
)
[workflows/ci.yml] Update to setup-java@v3
author
dirkf
<fieldhouse@gmx.net>
Fri, 28 Jul 2023 09:52:04 +0000
(10:52 +0100)
committer
dirkf
<fieldhouse@gmx.net>
Sat, 29 Jul 2023 13:27:26 +0000
(14:27 +0100)
* avoid Node 12 deprecation
.github/workflows/ci.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index 6b91edd6c5e2e0a5697c84f241346a1adff49c37..a73bedae1f56a0f2c4934cb2e9bf917609b6bcb5 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-278,7
+278,7
@@
jobs:
#-------- Jython ------
- name: Set up Java 8
if: ${{ matrix.python-impl == 'jython' }}
- uses: actions/setup-java@v
2
+ uses: actions/setup-java@v
3
with:
java-version: 8
distribution: 'zulu'