File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 build :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v4
8+ - uses : actions/checkout@v6
99
1010 - name : Set up JDK
11- uses : actions/setup-java@v4
11+ uses : actions/setup-java@v5
1212 with :
1313 java-version : ' 17'
1414 distribution : ' zulu'
1515
16- - uses : actions/setup-python@v5
16+ - uses : actions/setup-python@v6
1717 with :
1818 python-version : ' 3'
1919
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
1010 if : ${{ github.repository == 'Netflix/atlas-docs' }}
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414
1515 - name : Set up JDK
16- uses : actions/setup-java@v4
16+ uses : actions/setup-java@v5
1717 with :
1818 java-version : ' 17'
1919 distribution : ' zulu'
2020
21- - uses : actions/setup-python@v5
21+ - uses : actions/setup-python@v6
2222 with :
2323 python-version : ' 3'
2424
You can’t perform that action at this time.
0 commit comments