diff --git a/.github/workflows/update-chart-app-version.yaml b/.github/workflows/update-chart-app-version.yaml index 9b5531f1a6..3c0d7f96be 100644 --- a/.github/workflows/update-chart-app-version.yaml +++ b/.github/workflows/update-chart-app-version.yaml @@ -121,7 +121,7 @@ jobs: - name: Create OTelBot token if: steps.update.outputs.changed == 'true' id: otelbot-token - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 with: app-id: ${{ vars.OTELBOT_APP_ID }} private-key: ${{ secrets.OTELBOT_PRIVATE_KEY }}