fix workflow and update domains (#613)

* update domains 💀

* fix workflows and update nicehttp
This commit is contained in:
IndusAryan 2024-02-25 02:07:00 +05:30 committed by GitHub
parent 29e26b4a1b
commit 179b268bce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 14 additions and 14 deletions

View file

@ -19,12 +19,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v4
with:
path: "src"
- name: Checkout builds
uses: actions/checkout@master
uses: actions/checkout@v4
with:
ref: "builds"
path: "builds"
@ -33,8 +33,9 @@ jobs:
run: rm $GITHUB_WORKSPACE/builds/*.cs3 || true
- name: Setup JDK 11
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
distribution: "adopt"
java-version: 11
- name: Setup Android SDK