From 417f043117eac75aa74d3143f626e5ef12e220ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 12:28:50 +0000 Subject: [PATCH] chore: bump actions/checkout from 6.0.1 to 6.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v6.0.1...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/draft-release-publish.yml | 2 +- .github/workflows/pull-request.yml | 8 ++++---- .github/workflows/release-from-main.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/draft-release-publish.yml b/.github/workflows/draft-release-publish.yml index 872d399..9cecfc8 100644 --- a/.github/workflows/draft-release-publish.yml +++ b/.github/workflows/draft-release-publish.yml @@ -26,7 +26,7 @@ jobs: runs-on: macos-latest steps: - name: Checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup Node.js uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 #6.0.0 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 8ac0969..b040807 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -23,7 +23,7 @@ jobs: node-version: [18.x, 20.x, 22.x] steps: - name: Checkout Branch - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v6 with: @@ -41,7 +41,7 @@ jobs: working-directory: ./plugin steps: - name: Checkout Branch - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: "Install JDK 11" uses: actions/setup-java@v5 with: @@ -64,7 +64,7 @@ jobs: working-directory: ./example steps: - name: Checkout Branch - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Setup Java uses: actions/setup-java@v5 with: @@ -91,7 +91,7 @@ jobs: working-directory: ./example steps: - name: Checkout Branch - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Setup Node.js uses: actions/setup-node@v6 with: diff --git a/.github/workflows/release-from-main.yml b/.github/workflows/release-from-main.yml index edbc894..ed83261 100644 --- a/.github/workflows/release-from-main.yml +++ b/.github/workflows/release-from-main.yml @@ -18,7 +18,7 @@ jobs: final_version: ${{ steps.version-file.outputs.release-version }} steps: - name: Checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Get current version @@ -32,7 +32,7 @@ jobs: runs-on: macos-latest steps: - name: Checkout repository - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup Node.js uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 #6.0.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 744b224..55e4182 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: GIT_COMMITTER_EMAIL: developers@mparticle.com steps: - name: "Checkout public main branch" - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 ref: main @@ -66,7 +66,7 @@ jobs: working-directory: ./plugin steps: - name: "Checkout public main branch" - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 ref: main