diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index c1cd78fe0..e52719597 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Get token from Github App id: app_token - uses: actions/create-github-app-token@v3.1.1 + uses: actions/create-github-app-token@v3.2.0 with: app-id: ${{ vars.DEVOPS_GITHUB_APP_ID }} private-key: ${{ secrets.DEVOPS_GITHUB_APP_PEM }} diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 623b57ad5..27b2fb642 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -36,7 +36,7 @@ jobs: - name: Run Chromatic if: env.CHROMATIC_PROJECT_TOKEN - uses: chromaui/action@v16.10.0 + uses: chromaui/action@v16.10.1 with: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} onlyChanged: true # 👈 Required option to enable TurboSnap diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 03ecacd3f..073fb7852 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -133,7 +133,7 @@ jobs: steps: - name: Get GitHub App token id: app_token - uses: actions/create-github-app-token@v3.1.1 + uses: actions/create-github-app-token@v3.2.0 with: app-id: ${{ vars.DEVOPS_GITHUB_APP_ID }} private-key: ${{ secrets.DEVOPS_GITHUB_APP_PEM }} @@ -154,7 +154,7 @@ jobs: steps: - name: Get token from Github App id: app_token - uses: actions/create-github-app-token@v3.1.1 + uses: actions/create-github-app-token@v3.2.0 with: app-id: ${{ vars.DEVOPS_GITHUB_APP_ID }} private-key: ${{ secrets.DEVOPS_GITHUB_APP_PEM }} @@ -175,7 +175,7 @@ jobs: steps: - name: Get GitHub App token id: app_token - uses: actions/create-github-app-token@v3.1.1 + uses: actions/create-github-app-token@v3.2.0 with: app-id: ${{ vars.DEVOPS_GITHUB_APP_ID }} private-key: ${{ secrets.DEVOPS_GITHUB_APP_PEM }} diff --git a/.github/workflows/sync-internal.yml b/.github/workflows/sync-internal.yml index 964273023..42eaf07af 100644 --- a/.github/workflows/sync-internal.yml +++ b/.github/workflows/sync-internal.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Get token from Github App id: app_token - uses: actions/create-github-app-token@v3.1.1 + uses: actions/create-github-app-token@v3.2.0 with: app-id: ${{ vars.DEVOPS_GITHUB_APP_ID }} private-key: ${{ secrets.DEVOPS_GITHUB_APP_PEM }}