Upgrade GitHub Action to v3

This commit is contained in:
Parker Brown
2026-03-13 18:35:48 -07:00
committed by GitHub
parent f90c44a773
commit 9175c03232
+1 -1
View File
@@ -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 }}