CI: use dnscrypt-proxy 2.1.2 and update some GitHub actions (#780)

* Update ci.yml
* Update prcheck.sh
* Update prcheck.yml
* Update resolverscheck.yml
This commit is contained in:
Spencer Comfort 2023-01-30 14:32:53 -05:00 committed by GitHub
parent 78ae3b2828
commit 06cd17bc6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -11,11 +11,11 @@ jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: check with dnscrypt-proxy
run: |
curl -qL https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.1.1/dnscrypt-proxy-linux_x86_64-2.1.1.tar.gz | tar xzvf -
curl -qL https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.1.2/dnscrypt-proxy-linux_x86_64-2.1.2.tar.gz | tar xzvf -
cp v3/* linux-x86_64
cd linux-x86_64
cp example-dnscrypt-proxy.toml dnscrypt-proxy.toml

View File

@ -74,7 +74,7 @@ if [ ! -s "$NEW_ENTRIES" ]; then
exit 0
fi
curl -qL https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.1.1/dnscrypt-proxy-linux_x86_64-2.1.1.tar.gz | tar xzvf -
curl -qL https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.1.2/dnscrypt-proxy-linux_x86_64-2.1.2.tar.gz | tar xzvf -
cd linux-x86_64 || exit 1
exit_code=0

View File

@ -11,7 +11,7 @@ jobs:
prcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: new entries
run: .github/workflows/prcheck.sh

View File

@ -11,7 +11,7 @@ jobs:
resolverscheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: resolvers check
run: .github/workflows/resolverscheck.sh