From 6860e8ddf89ead25c22087ba936cd50aa6398254 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 00:41:14 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [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/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/0-welcome.yml | 6 +++--- .github/workflows/1-genai-prototype.yml | 4 ++-- .github/workflows/2-to-azure.yml | 4 ++-- .github/workflows/3-add-chat-ui.yml | 4 ++-- .github/workflows/4-add-rag.yml | 4 ++-- .github/workflows/5-frameworks.yml | 4 ++-- .github/workflows/6-build-agent.yml | 4 ++-- .github/workflows/7-mcp.yml | 4 ++-- .github/workflows/8-code-review.yml | 4 ++-- .github/workflows/9-template.yml | 2 +- .github/workflows/init-step0.yml | 2 +- .github/workflows/reset-progress.yml | 4 ++-- 12 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/0-welcome.yml b/.github/workflows/0-welcome.yml index f6a2955..2467f7f 100644 --- a/.github/workflows/0-welcome.yml +++ b/.github/workflows/0-welcome.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - id: get_step run: | echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -126,7 +126,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Reset to step 0 uses: skills/action-update-step@v2 diff --git a/.github/workflows/1-genai-prototype.yml b/.github/workflows/1-genai-prototype.yml index 674aeba..0e37e42 100644 --- a/.github/workflows/1-genai-prototype.yml +++ b/.github/workflows/1-genai-prototype.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - id: get_step run: echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT outputs: @@ -39,7 +39,7 @@ jobs: steps: # We'll need to check out the repository so that we can edit the README. - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # Let's get all the branches. diff --git a/.github/workflows/2-to-azure.yml b/.github/workflows/2-to-azure.yml index dcf9b99..12e37d5 100644 --- a/.github/workflows/2-to-azure.yml +++ b/.github/workflows/2-to-azure.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - id: get_step run: | echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT @@ -39,7 +39,7 @@ jobs: steps: # We'll need to check out the repository so that we can edit the README. - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # Let's get all the branches. diff --git a/.github/workflows/3-add-chat-ui.yml b/.github/workflows/3-add-chat-ui.yml index c0744af..804efea 100644 --- a/.github/workflows/3-add-chat-ui.yml +++ b/.github/workflows/3-add-chat-ui.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - id: get_step run: | echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT @@ -37,7 +37,7 @@ jobs: steps: # We'll need to check out the repository so that we can edit the README. - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # Let's get all the branches. diff --git a/.github/workflows/4-add-rag.yml b/.github/workflows/4-add-rag.yml index 1569f2b..87b576e 100644 --- a/.github/workflows/4-add-rag.yml +++ b/.github/workflows/4-add-rag.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - id: get_step run: | echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT @@ -37,7 +37,7 @@ jobs: steps: # We'll need to check out the repository to verify the data directory exists - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # Let's get all the branches diff --git a/.github/workflows/5-frameworks.yml b/.github/workflows/5-frameworks.yml index 9e68826..2ed999f 100644 --- a/.github/workflows/5-frameworks.yml +++ b/.github/workflows/5-frameworks.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - id: get_step run: | echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT @@ -37,7 +37,7 @@ jobs: steps: # We'll need to check out the repository to verify the package.json content - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # Let's get all the branches diff --git a/.github/workflows/6-build-agent.yml b/.github/workflows/6-build-agent.yml index 633452d..1a14656 100644 --- a/.github/workflows/6-build-agent.yml +++ b/.github/workflows/6-build-agent.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - id: get_step run: | echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT @@ -37,7 +37,7 @@ jobs: steps: # We'll need to check out the repository to verify the agent directory exists - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # Let's get all the branches diff --git a/.github/workflows/7-mcp.yml b/.github/workflows/7-mcp.yml index d794215..a1586a9 100644 --- a/.github/workflows/7-mcp.yml +++ b/.github/workflows/7-mcp.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - id: get_step run: | echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT @@ -37,7 +37,7 @@ jobs: steps: # We'll need to check out the repository to verify the agent directory exists - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # Let's get all the branches diff --git a/.github/workflows/8-code-review.yml b/.github/workflows/8-code-review.yml index b34e2ab..93bdf62 100644 --- a/.github/workflows/8-code-review.yml +++ b/.github/workflows/8-code-review.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - id: get_step run: echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT outputs: @@ -38,7 +38,7 @@ jobs: steps: # We'll need to check out the repository so that we can edit the README. - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # Let's get all the branches. diff --git a/.github/workflows/9-template.yml b/.github/workflows/9-template.yml index 36915bd..279d82a 100644 --- a/.github/workflows/9-template.yml +++ b/.github/workflows/9-template.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Update to step 10 uses: skills/action-update-step@v2 diff --git a/.github/workflows/init-step0.yml b/.github/workflows/init-step0.yml index fa63d5f..d282c14 100644 --- a/.github/workflows/init-step0.yml +++ b/.github/workflows/init-step0.yml @@ -17,7 +17,7 @@ jobs: if: ${{ github.event.head_commit.message == 'Initial commit' && !github.event.repository.is_template }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Check if README already contains Step 0 id: check_readme diff --git a/.github/workflows/reset-progress.yml b/.github/workflows/reset-progress.yml index 6931874..ad149d2 100644 --- a/.github/workflows/reset-progress.yml +++ b/.github/workflows/reset-progress.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Check step file existence run: | if [ -f ./.github/steps/-step.txt ]; then @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Debug event payload run: |