diff --git a/.github/workflows/check-openapi-generator-update.yml b/.github/workflows/check-openapi-generator-update.yml index 6624556f3..a7e2f3c98 100644 --- a/.github/workflows/check-openapi-generator-update.yml +++ b/.github/workflows/check-openapi-generator-update.yml @@ -78,7 +78,7 @@ jobs: - name: issue を作成(Dressca-Consumer) id: create-issue-consumer if: ${{ steps.check-version-update.outputs.update-required-consumer == 'true' }} - uses: Wandalen/wretry.action@ffdd254f4eaf1562b8a2c66aeaa37f1ff2231179 # v3.7.3 + uses: Wandalen/wretry.action@e68c23e6309f2871ca8ae4763e7629b9c258e1ea # v3.8.0 with: action: dblock/create-a-github-issue@c5e54b8762a0c4c2cd9330750e30b81bcc369c38 # v3.2.0 with: | @@ -116,7 +116,7 @@ jobs: - name: issue を作成(Dressca-Admin) id: create-issue-admin if: ${{ steps.check-version-update.outputs.update-required-admin == 'true' }} - uses: Wandalen/wretry.action@ffdd254f4eaf1562b8a2c66aeaa37f1ff2231179 # v3.7.3 + uses: Wandalen/wretry.action@e68c23e6309f2871ca8ae4763e7629b9c258e1ea # v3.8.0 with: action: dblock/create-a-github-issue@c5e54b8762a0c4c2cd9330750e30b81bcc369c38 # v3.2.0 with: | @@ -153,7 +153,7 @@ jobs: - name: issue を作成(AzureADB2CAuth) id: create-issue-azure-ad-b2c-auth if: ${{ steps.check-version-update.outputs.update-required-admin == 'true' }} - uses: Wandalen/wretry.action@ffdd254f4eaf1562b8a2c66aeaa37f1ff2231179 # v3.7.3 + uses: Wandalen/wretry.action@e68c23e6309f2871ca8ae4763e7629b9c258e1ea # v3.8.0 with: action: dblock/create-a-github-issue@c5e54b8762a0c4c2cd9330750e30b81bcc369c38 # v3.2.0 with: |