File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ jobs:
1717
1818 steps :
1919 - name : 📥 Checkout Repository
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v6
2121
2222 - name : ☕ Set up JDK 17
23- uses : actions/setup-java@v4
23+ uses : actions/setup-java@v5
2424 with :
2525 java-version : ' 17'
2626 distribution : ' temurin'
2727
2828 - name : 📦 Set up Gradle
29- uses : gradle/actions/setup-gradle@v4
29+ uses : gradle/actions/setup-gradle@v5
3030 with :
3131 gradle-version : wrapper
3232
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
2525
2626 steps :
2727 - name : 📥 Checkout Repository
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v6
2929
3030 - name : ☕ Set up JDK 17
31- uses : actions/setup-java@v4
31+ uses : actions/setup-java@v5
3232 with :
3333 distribution : ' temurin'
3434 java-version : 17
You can’t perform that action at this time.
0 commit comments