diff --git a/.github/workflows/dispatch-guidelines.yaml b/.github/workflows/dispatch-guidelines.yaml index 0bd70156..586e6820 100644 --- a/.github/workflows/dispatch-guidelines.yaml +++ b/.github/workflows/dispatch-guidelines.yaml @@ -39,7 +39,7 @@ jobs: - name: Create GitHub App token if: steps.changes.outputs.has_changes == 'true' - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: app-token with: app-id: 2161597 diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index bb218ba2..2e10b650 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -105,7 +105,7 @@ jobs: run: pnpm test:js - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.5.2 + uses: codecov/codecov-action@v6.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.out diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index b994a9c6..276a0a97 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -39,7 +39,7 @@ jobs: run: pnpm turbo run build - name: Create GitHub App token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: app-token with: app-id: 2161597 diff --git a/.github/workflows/update-webkit-repos.yaml b/.github/workflows/update-webkit-repos.yaml index ab6b81b3..9ba91ea0 100644 --- a/.github/workflows/update-webkit-repos.yaml +++ b/.github/workflows/update-webkit-repos.yaml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v6 - name: Create GitHub App token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 id: app-token with: app-id: 2161597