From 9175c03232588f01a18741f1a34dc1b3e9fdfd45 Mon Sep 17 00:00:00 2001 From: Parker Brown <17183625+parkerbxyz@users.noreply.github.com> Date: Fri, 13 Mar 2026 18:35:48 -0700 Subject: [PATCH] Upgrade GitHub Action to v3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dff7ea8..b8f763c 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,7 @@ jobs: hello-world: runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ vars.APP_ID }}