From 7d970a08de14bc87cb55b6e5e2240cab0c7343c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 10:33:50 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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..bbdbd93 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@v5 - 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@v5 with: fetch-depth: 0 @@ -126,7 +126,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - 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..446e0f3 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@v5 - 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@v5 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..d79dcbb 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@v5 - 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@v5 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..2716063 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@v5 - 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@v5 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..2fec58e 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@v5 - 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@v5 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..1ae1342 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@v5 - 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@v5 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..6d7f03f 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@v5 - 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@v5 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..caf70e8 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@v5 - 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@v5 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..53e78a7 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@v5 - 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@v5 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..db75fa9 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@v5 - 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..95b168b 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@v5 - 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..aaf602c 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@v5 - 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@v5 - name: Debug event payload run: |