File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ jobs:
2828 runs-on : ${{ matrix.os }}
2929 steps :
3030 - name : Checkout current branch (full)
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232 with :
3333 fetch-depth : 0
3434
3535 - name : Setup Java (temurin@11)
3636 if : matrix.java == 'temurin@11'
37- uses : actions/setup-java@v4
37+ uses : actions/setup-java@v5
3838 with :
3939 distribution : temurin
4040 java-version : 11
@@ -69,13 +69,13 @@ jobs:
6969 runs-on : ${{ matrix.os }}
7070 steps :
7171 - name : Checkout current branch (full)
72- uses : actions/checkout@v4
72+ uses : actions/checkout@v5
7373 with :
7474 fetch-depth : 0
7575
7676 - name : Setup Java (temurin@11)
7777 if : matrix.java == 'temurin@11'
78- uses : actions/setup-java@v4
78+ uses : actions/setup-java@v5
7979 with :
8080 distribution : temurin
8181 java-version : 11
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ name: Clean
99
1010on : push
1111
12+ permissions :
13+ actions : write
14+
1215jobs :
1316 delete-artifacts :
1417 name : Delete Artifacts
You can’t perform that action at this time.
0 commit comments