Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: use ooni/probe-cli v3.16.6 #315

Merged
merged 1 commit into from Nov 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -15,9 +15,9 @@ jobs:

steps:
- uses: actions/checkout@v2
# import they simone signing key
# import simone's signing key
- run: curl -sSL https://github.com/bassosimone.gpg | gpg --import -
# import they tor signing key
# import tor's signing key
- run: curl -sSL https://openpgpkey.torproject.org/.well-known/openpgpkey/torproject.org/hu/kounek7zrdx745qydx6p59t9mqjpuhdf | gpg --import -

- name: Setup Node.js
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"author": "Open Observatory of Network Interference (OONI) <contact@openobservatory.org>",
"productName": "OONI Probe",
"version": "3.8.2",
"probeVersion": "3.16.5",
"probeVersion": "3.16.6",
"main": "main/index.js",
"license": "BSD-3-Clause",
"repository": "ooni/probe-desktop",
Expand Down