this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Revert "update more outdated actions"

This reverts commit 036cc2d6b29c29ab432698e00c529533563f24be.

alice 711bdc67 3910c716

+3 -3
+3 -3
.github/workflows/build.yml
··· 169 169 steps: 170 170 # https://github.com/actions/runner-images/issues/2642#issuecomment-774988591 171 171 - name: configure Pagefile 172 - uses: al-cheb/configure-pagefile-action@v1.4 172 + uses: al-cheb/configure-pagefile-action@v1.2 173 173 with: 174 174 minimum-size: 16GB 175 175 maximum-size: 16GB ··· 647 647 local-cache: true 648 648 649 649 - name: set up JDK 11 650 - uses: actions/setup-java@v4 650 + uses: actions/setup-java@v3 651 651 with: 652 652 java-version: '11' 653 653 distribution: 'temurin' ··· 675 675 if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name 676 676 677 677 steps: 678 - - uses: mymindstorm/setup-emsdk@v14 678 + - uses: mymindstorm/setup-emsdk@v11 679 679 680 680 - uses: actions/checkout@v3 681 681 with: