Skip to content

Commit a99ee52

Browse files
authored
fix: Update gradle version publishToPages.yml (slanos#60)
1 parent 5885155 commit a99ee52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publishToPages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: "⚙️ Setup Gradle"
3333
uses: gradle/actions/setup-gradle@v3
3434
with:
35-
gradle-version: 8.10.2
35+
gradle-version: 8.14.3
3636

3737
# 4. Build the WasmJS App
3838
- name: "🛠️ Build WasmJS App"
@@ -53,4 +53,4 @@ jobs:
5353
# 7. Deploy to GitHub Pages
5454
- name: "🚀 Deploy to GitHub Pages"
5555
id: deployment
56-
uses: actions/deploy-pages@v4
56+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)