From 8d47f766fec7e16419c1fac8959ed2d329bac60a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 00:38:42 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 6.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-staging.yml | 2 +- .github/workflows/deploy.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/pr-build.yml | 2 +- .github/workflows/pr-preview.yml | 2 +- .github/workflows/theoplayer-release.yml | 2 +- .github/workflows/update-submodules.yml | 2 +- .github/workflows/update-theolive-changelog.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index ea49990f445c..5073d4ff1ad5 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -14,7 +14,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.2 with: fetch-depth: 1 submodules: true diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6d48ff68da34..0e2841771a95 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.2 with: fetch-depth: 1 submodules: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1daa12bf5164..b4ac737e92dd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.2 with: fetch-depth: 1 submodules: true diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 5b517c384241..b78ccfbdf5bd 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -13,7 +13,7 @@ jobs: if: ${{ github.event.pull_request.head.repo.fork || github.triggering_actor == 'dependabot[bot]' }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.2 with: fetch-depth: 1 submodules: true diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml index 43b31a90d46d..3f212defe941 100644 --- a/.github/workflows/pr-preview.yml +++ b/.github/workflows/pr-preview.yml @@ -20,7 +20,7 @@ jobs: client-id: ${{ vars.THEOPLAYER_BOT_CLIENT_ID }} private-key: ${{ secrets.THEOPLAYER_BOT_PRIVATE_KEY }} - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.2 with: token: ${{ steps.app-token.outputs.token }} fetch-depth: 1 diff --git a/.github/workflows/theoplayer-release.yml b/.github/workflows/theoplayer-release.yml index bd4d87072eb7..cc867ff7a749 100644 --- a/.github/workflows/theoplayer-release.yml +++ b/.github/workflows/theoplayer-release.yml @@ -14,7 +14,7 @@ jobs: client-id: ${{ vars.THEOPLAYER_BOT_CLIENT_ID }} private-key: ${{ secrets.THEOPLAYER_BOT_PRIVATE_KEY }} - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.2 with: token: ${{ steps.app-token.outputs.token }} fetch-depth: 1 diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index 4fae66ec7177..15afb031efe1 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -23,7 +23,7 @@ jobs: client-id: ${{ vars.THEOPLAYER_BOT_CLIENT_ID }} private-key: ${{ secrets.THEOPLAYER_BOT_PRIVATE_KEY }} - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.2 with: token: ${{ steps.app-token.outputs.token }} fetch-depth: 1 diff --git a/.github/workflows/update-theolive-changelog.yml b/.github/workflows/update-theolive-changelog.yml index 47af3d84fff4..485bf1150d9b 100644 --- a/.github/workflows/update-theolive-changelog.yml +++ b/.github/workflows/update-theolive-changelog.yml @@ -22,7 +22,7 @@ jobs: client-id: ${{ vars.THEOPLAYER_BOT_CLIENT_ID }} private-key: ${{ secrets.THEOPLAYER_BOT_PRIVATE_KEY }} - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.2 with: token: ${{ steps.app-token.outputs.token }} fetch-depth: 1