File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 if : startsWith(github.ref, 'refs/tags/') # only allow publishing tagged versions
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 with :
1919 ref : ' libayatana-appindicator-full'
2020
2121 - name : Set up Java
22- uses : actions/setup-java@v4
22+ uses : actions/setup-java@v5
2323 with :
2424 java-version : ' 22'
2525 distribution : ' zulu'
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 if : startsWith(github.ref, 'refs/tags/') # only allow publishing tagged versions
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 with :
1919 ref : ' develop'
2020
2121 - name : Set up Java
22- uses : actions/setup-java@v4
22+ uses : actions/setup-java@v5
2323 with :
2424 java-version : ' 22'
2525 distribution : ' zulu'
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 if : startsWith(github.ref, 'refs/tags/') # only allow publishing tagged versions
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 with :
1919 ref : ' minimal'
2020
2121 - name : Set up Java
22- uses : actions/setup-java@v4
22+ uses : actions/setup-java@v5
2323 with :
2424 java-version : ' 22'
2525 distribution : ' zulu'
You can’t perform that action at this time.
0 commit comments