diff --git a/.github/workflows/claude-assistant.yaml b/.github/workflows/claude-assistant.yaml index 1ce4b1234..52013b0ba 100644 --- a/.github/workflows/claude-assistant.yaml +++ b/.github/workflows/claude-assistant.yaml @@ -46,7 +46,7 @@ jobs: go-version-file: 'go.mod' - name: Generate GitHub App token id: app-token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.CORTEX_AI_AGENTS_APP_ID }} private-key: ${{ secrets.CORTEX_AI_AGENTS_CLIENT_PKEY }} diff --git a/.github/workflows/claude-weekly.yaml b/.github/workflows/claude-weekly.yaml index de4e940df..1b21de314 100644 --- a/.github/workflows/claude-weekly.yaml +++ b/.github/workflows/claude-weekly.yaml @@ -21,7 +21,7 @@ jobs: go-version-file: 'go.mod' - name: Generate GitHub App token id: app-token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.CORTEX_AI_AGENTS_APP_ID }} private-key: ${{ secrets.CORTEX_AI_AGENTS_CLIENT_PKEY }}