File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -15,24 +15,24 @@ jobs:
1515 os : [ windows-latest, macos-latest, ubuntu-latest ]
1616 steps :
1717 - name : 📝 Fetch Sources
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v4
1919
2020 - name : 🛠 Import environment
2121 uses : ./.github/workflows/environment
2222
2323 - name : 🧐 Validate Gradle wrapper
24- uses : gradle/wrapper-validation-action@v1
24+ uses : gradle/actions/ wrapper-validation@v4
2525
2626 - name : 🛠 Setup JDK
27- uses : actions/setup-java@v3
27+ uses : actions/setup-java@v4
2828 with :
29- java-version : ' 21 '
30- distribution : ' corretto '
29+ java-version : 21
30+ distribution : jetbrains
3131
3232 - name : 🛠 Setup .NET SDK
33- uses : actions/setup-dotnet@v3
33+ uses : actions/setup-dotnet@v4
3434 with :
35- dotnet-version : ' 7 .0.200 '
35+ dotnet-version : 9 .0.300
3636
3737 - name : 🔧 Prepare build devenv
3838 uses : gradle/gradle-build-action@v2
9494 with :
9595 name : plugin-artifacts-${{ matrix.os }}
9696 path : ${{ env.ARTIFACTS_FOLDER }}/
97- if-no-files-found : error
97+ if-no-files-found : error
Original file line number Diff line number Diff line change @@ -11,16 +11,16 @@ jobs:
1111 environment : production
1212 steps :
1313 - name : 📝 Fetch Sources
14- uses : actions/checkout@v3
14+ uses : actions/checkout@v4
1515
1616 - name : 🛠 Import environment
1717 uses : ./.github/workflows/environment
1818
1919 - name : 🛠 Setup JDK
20- uses : actions/setup-java@v3
20+ uses : actions/setup-java@v4
2121 with :
2222 java-version : 21
23- distribution : corretto
23+ distribution : jetbrains
2424
2525 - name : 📦 Download artifacts
2626 uses : dawidd6/action-download-artifact@v2
You can’t perform that action at this time.
0 commit comments