diff --git a/.github/workflows/axe.yml b/.github/workflows/axe.yml index 691725a724..183fe98d95 100644 --- a/.github/workflows/axe.yml +++ b/.github/workflows/axe.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 + uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323 with: files: | docs/content/components/**/*.md diff --git a/.github/workflows/deploy_preview.yml b/.github/workflows/deploy_preview.yml index a3fa29e482..bd7cde73b7 100644 --- a/.github/workflows/deploy_preview.yml +++ b/.github/workflows/deploy_preview.yml @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: chrnorm/deployment-action@v2.0.7 + - uses: chrnorm/deployment-action@v2.0.8 name: Create GitHub deployment for storybook id: storybook with: @@ -42,7 +42,7 @@ jobs: - name: Update storybook deployment status (success) if: success() - uses: chrnorm/deployment-status@v2.0.3 + uses: chrnorm/deployment-status@v2.0.4 with: token: ${{ secrets.GITHUB_TOKEN }} environment-url: '${{ needs.deploy.outputs.deployment_url }}/storybook' @@ -51,7 +51,7 @@ jobs: - name: Update storybook deployment status (failure) if: failure() - uses: chrnorm/deployment-status@v2.0.3 + uses: chrnorm/deployment-status@v2.0.4 with: token: ${{ secrets.GITHUB_TOKEN }} state: 'failure'