From 1845aea24c9a742be9e9c6ca8d60836f0f3e17c1 Mon Sep 17 00:00:00 2001 From: Paul Bartell Date: Thu, 8 Sep 2022 17:15:24 -0700 Subject: [PATCH] Update github apt repository signing key id C99B11DEB97541F0 -> 23F3D4EA75716059 --- link-verifier/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/link-verifier/action.yml b/link-verifier/action.yml index ee056c7c..4397c3a0 100644 --- a/link-verifier/action.yml +++ b/link-verifier/action.yml @@ -34,7 +34,7 @@ runs: shell: bash - name: Install gh run: | - sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0 + sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key 23F3D4EA75716059 sudo apt-add-repository https://cli.github.com/packages sudo apt update sudo apt install -y gh