From 98e67343f8a770861a079bb98d6bf14d4c3b0d64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 17:35:53 +0000 Subject: [PATCH] Bump actions/checkout from 6.0.1 to 6.0.2 in /.github/workflows Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 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.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/action1.yml | 4 ++-- .github/workflows/action2.yml | 4 ++-- .github/workflows/action3.yml | 2 +- .github/workflows/action4.yml | 4 ++-- .github/workflows/test-multivalue.yml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/action1.yml b/.github/workflows/action1.yml index 8240b3a..5bd668c 100644 --- a/.github/workflows/action1.yml +++ b/.github/workflows/action1.yml @@ -41,7 +41,7 @@ jobs: runs-on: "${{ github.events.inputs.runner == '' && 'ubuntu' || github.events.inputs.runner }}-latest" steps: - name: checkout repo content - uses: actions/checkout@v6.0.1 # checkout the repository content to github runner + uses: actions/checkout@v6.0.2 # checkout the repository content to github runner with: ref: main @@ -54,7 +54,7 @@ jobs: run: pip install -r requirements.txt - name: recheckout repo content - uses: actions/checkout@v6.0.1 # checkout the repository content to github runner + uses: actions/checkout@v6.0.2 # checkout the repository content to github runner with: ref: main diff --git a/.github/workflows/action2.yml b/.github/workflows/action2.yml index b8ece1f..b1973f3 100644 --- a/.github/workflows/action2.yml +++ b/.github/workflows/action2.yml @@ -29,7 +29,7 @@ jobs: runs-on: "${{ github.events.inputs.runner == '' && 'ubuntu' || github.events.inputs.runner }}-latest" steps: - name: checkout repo content - uses: actions/checkout@v6.0.1 # checkout the repository content to github runner + uses: actions/checkout@v6.0.2 # checkout the repository content to github runner with: # ref: v1.4.4a ref: scratch_chat_dev @@ -44,7 +44,7 @@ jobs: run: pip install -r requirements.txt - name: recheckout repo content - uses: actions/checkout@v6.0.1 # checkout the repository content to github runner + uses: actions/checkout@v6.0.2 # checkout the repository content to github runner with: # ref: v1.4.4a ref: scratch_chat_dev diff --git a/.github/workflows/action3.yml b/.github/workflows/action3.yml index 9ef8b5f..3cc5623 100644 --- a/.github/workflows/action3.yml +++ b/.github/workflows/action3.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Download Logs uses: pawanbahuguna/action-logs/@v2.0.0 env: diff --git a/.github/workflows/action4.yml b/.github/workflows/action4.yml index b95ff3c..7b050d2 100644 --- a/.github/workflows/action4.yml +++ b/.github/workflows/action4.yml @@ -44,7 +44,7 @@ jobs: runs-on: "${{ github.events.inputs.runner == '' && 'ubuntu' || github.events.inputs.runner }}-latest" steps: - name: checkout repo content - uses: actions/checkout@v6.0.1 # checkout the repository content to github runner + uses: actions/checkout@v6.0.2 # checkout the repository content to github runner with: ref: main @@ -57,7 +57,7 @@ jobs: run: pip install -r requirements.txt - name: recheckout repo content - uses: actions/checkout@v6.0.1 # checkout the repository content to github runner + uses: actions/checkout@v6.0.2 # checkout the repository content to github runner with: ref: main diff --git a/.github/workflows/test-multivalue.yml b/.github/workflows/test-multivalue.yml index 4b89445..beba454 100644 --- a/.github/workflows/test-multivalue.yml +++ b/.github/workflows/test-multivalue.yml @@ -18,7 +18,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout repo - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Setup Python uses: actions/setup-python@v6.1.0 with: