diff --git a/.codegen/_openapi_sha b/.codegen/_openapi_sha index e5a903791..f740b34d5 100755 --- a/.codegen/_openapi_sha +++ b/.codegen/_openapi_sha @@ -1 +1 @@ -d09dbd77f5a9560cbb816746773da43a8bdbde08 \ No newline at end of file +1b822a4895af8def214d70bcc5ceb13d71e9526e \ No newline at end of file diff --git a/.github/workflows/tagging.yml b/.github/workflows/tagging.yml index 3fed55cba..df2f6253e 100755 --- a/.github/workflows/tagging.yml +++ b/.github/workflows/tagging.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Generate GitHub App Token id: generate-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.DECO_SDK_TAGGING_APP_ID }} private-key: ${{ secrets.DECO_SDK_TAGGING_PRIVATE_KEY }}