File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ jobs:
1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v2.3.1
19+ uses : actions/checkout@v4
2020
21- - uses : actions/cache@v2
21+ - uses : actions/cache@v4
2222 with :
2323 path : |
2424 ~/.gradle/caches
2525 ~/.gradle/wrapper
2626 key : ${{ runner.os }}-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}-${{ hashFiles('**/buildSrc/**/*.kt') }}
2727
28- - uses : actions/setup-java@v3
28+ - uses : actions/setup-java@v4
2929 with :
3030 distribution : ' temurin'
3131 java-version : ' 17'
3535 ./gradlew :composeApp:wasmJsBrowserProductionWebpack --no-configuration-cache
3636
3737 - name : Deploy
38- uses : JamesIves/github-pages-deploy-action@4.1.5
38+ uses : JamesIves/github-pages-deploy-action@4
3939 with :
4040 branch : gh-pages
4141 folder : composeApp/build/dist/wasmJs/productionExecutable
You can’t perform that action at this time.
0 commit comments