Skip to content

Commit 4435a10

Browse files
build(deps): bump the actions group with 2 updates (#10540)
Bumps the actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [github/gh-aw](https://github.com/github/gh-aw). Updates `actions/checkout` from 4 to 6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p> <blockquote> <h2>v6.0.0</h2> <h2>What's Changed</h2> <ul> <li>Update README to include Node.js 24 support details and requirements by <a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2248">actions/checkout#2248</a></li> <li>Persist creds to a separate file by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2286">actions/checkout#2286</a></li> <li>v6-beta by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2298">actions/checkout#2298</a></li> <li>update readme/changelog for v6 by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2311">actions/checkout#2311</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v5.0.0...v6.0.0">https://github.com/actions/checkout/compare/v5.0.0...v6.0.0</a></p> <h2>v6-beta</h2> <h2>What's Changed</h2> <p>Updated persist-credentials to store the credentials under <code>$RUNNER_TEMP</code> instead of directly in the local git config.</p> <p>This requires a minimum Actions Runner version of <a href="https://github.com/actions/runner/releases/tag/v2.329.0">v2.329.0</a> to access the persisted credentials for <a href="https://docs.github.com/en/actions/tutorials/use-containerized-services/create-a-docker-container-action">Docker container action</a> scenarios.</p> <h2>v5.0.1</h2> <h2>What's Changed</h2> <ul> <li>Port v6 cleanup to v5 by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2301">actions/checkout#2301</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v5...v5.0.1">https://github.com/actions/checkout/compare/v5...v5.0.1</a></p> <h2>v5.0.0</h2> <h2>What's Changed</h2> <ul> <li>Update actions checkout to use node 24 by <a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2226">actions/checkout#2226</a></li> <li>Prepare v5.0.0 release by <a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2238">actions/checkout#2238</a></li> </ul> <h2>⚠️ Minimum Compatible Runner Version</h2> <p><strong>v2.327.1</strong><br /> <a href="https://github.com/actions/runner/releases/tag/v2.327.1">Release Notes</a></p> <p>Make sure your runner is updated to this version or newer to use this release.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v4...v5.0.0">https://github.com/actions/checkout/compare/v4...v5.0.0</a></p> <h2>v4.3.1</h2> <h2>What's Changed</h2> <ul> <li>Port v6 cleanup to v4 by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2305">actions/checkout#2305</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v4...v4.3.1">https://github.com/actions/checkout/compare/v4...v4.3.1</a></p> <h2>v4.3.0</h2> <h2>What's Changed</h2> <ul> <li>docs: update README.md by <a href="https://github.com/motss"><code>@​motss</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1971">actions/checkout#1971</a></li> <li>Add internal repos for checking out multiple repositories by <a href="https://github.com/mouismail"><code>@​mouismail</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1977">actions/checkout#1977</a></li> <li>Documentation update - add recommended permissions to Readme by <a href="https://github.com/benwells"><code>@​benwells</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2043">actions/checkout#2043</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>v6.0.2</h2> <ul> <li>Fix tag handling: preserve annotations and explicit fetch-tags by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2356">actions/checkout#2356</a></li> </ul> <h2>v6.0.1</h2> <ul> <li>Add worktree support for persist-credentials includeIf by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2327">actions/checkout#2327</a></li> </ul> <h2>v6.0.0</h2> <ul> <li>Persist creds to a separate file by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2286">actions/checkout#2286</a></li> <li>Update README to include Node.js 24 support details and requirements by <a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2248">actions/checkout#2248</a></li> </ul> <h2>v5.0.1</h2> <ul> <li>Port v6 cleanup to v5 by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2301">actions/checkout#2301</a></li> </ul> <h2>v5.0.0</h2> <ul> <li>Update actions checkout to use node 24 by <a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2226">actions/checkout#2226</a></li> </ul> <h2>v4.3.1</h2> <ul> <li>Port v6 cleanup to v4 by <a href="https://github.com/ericsciple"><code>@​ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2305">actions/checkout#2305</a></li> </ul> <h2>v4.3.0</h2> <ul> <li>docs: update README.md by <a href="https://github.com/motss"><code>@​motss</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1971">actions/checkout#1971</a></li> <li>Add internal repos for checking out multiple repositories by <a href="https://github.com/mouismail"><code>@​mouismail</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1977">actions/checkout#1977</a></li> <li>Documentation update - add recommended permissions to Readme by <a href="https://github.com/benwells"><code>@​benwells</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2043">actions/checkout#2043</a></li> <li>Adjust positioning of user email note and permissions heading by <a href="https://github.com/joshmgross"><code>@​joshmgross</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2044">actions/checkout#2044</a></li> <li>Update README.md by <a href="https://github.com/nebuk89"><code>@​nebuk89</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2194">actions/checkout#2194</a></li> <li>Update CODEOWNERS for actions by <a href="https://github.com/TingluoHuang"><code>@​TingluoHuang</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2224">actions/checkout#2224</a></li> <li>Update package dependencies by <a href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2236">actions/checkout#2236</a></li> </ul> <h2>v4.2.2</h2> <ul> <li><code>url-helper.ts</code> now leverages well-known environment variables by <a href="https://github.com/jww3"><code>@​jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1941">actions/checkout#1941</a></li> <li>Expand unit test coverage for <code>isGhes</code> by <a href="https://github.com/jww3"><code>@​jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1946">actions/checkout#1946</a></li> </ul> <h2>v4.2.1</h2> <ul> <li>Check out other refs/* by commit if provided, fall back to ref by <a href="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1924">actions/checkout#1924</a></li> </ul> <h2>v4.2.0</h2> <ul> <li>Add Ref and Commit outputs by <a href="https://github.com/lucacome"><code>@​lucacome</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1180">actions/checkout#1180</a></li> <li>Dependency updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>- <a href="https://redirect.github.com/actions/checkout/pull/1777">actions/checkout#1777</a>, <a href="https://redirect.github.com/actions/checkout/pull/1872">actions/checkout#1872</a></li> </ul> <h2>v4.1.7</h2> <ul> <li>Bump the minor-npm-dependencies group across 1 directory with 4 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1739">actions/checkout#1739</a></li> <li>Bump actions/checkout from 3 to 4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1697">actions/checkout#1697</a></li> <li>Check out other refs/* by commit by <a href="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1774">actions/checkout#1774</a></li> <li>Pin actions/checkout's own workflows to a known, good, stable version. by <a href="https://github.com/jww3"><code>@​jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1776">actions/checkout#1776</a></li> </ul> <h2>v4.1.6</h2> <ul> <li>Check platform to set archive extension appropriately by <a href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1732">actions/checkout#1732</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/checkout/commit/de0fac2e4500dabe0009e67214ff5f5447ce83dd"><code>de0fac2</code></a> Fix tag handling: preserve annotations and explicit fetch-tags (<a href="https://redirect.github.com/actions/checkout/issues/2356">#2356</a>)</li> <li><a href="https://github.com/actions/checkout/commit/064fe7f3312418007dea2b49a19844a9ee378f49"><code>064fe7f</code></a> Add orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...</li> <li><a href="https://github.com/actions/checkout/commit/8e8c483db84b4bee98b60c0593521ed34d9990e8"><code>8e8c483</code></a> Clarify v6 README (<a href="https://redirect.github.com/actions/checkout/issues/2328">#2328</a>)</li> <li><a href="https://github.com/actions/checkout/commit/033fa0dc0b82693d8986f1016a0ec2c5e7d9cbb1"><code>033fa0d</code></a> Add worktree support for persist-credentials includeIf (<a href="https://redirect.github.com/actions/checkout/issues/2327">#2327</a>)</li> <li><a href="https://github.com/actions/checkout/commit/c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5"><code>c2d88d3</code></a> Update all references from v5 and v4 to v6 (<a href="https://redirect.github.com/actions/checkout/issues/2314">#2314</a>)</li> <li><a href="https://github.com/actions/checkout/commit/1af3b93b6815bc44a9784bd300feb67ff0d1eeb3"><code>1af3b93</code></a> update readme/changelog for v6 (<a href="https://redirect.github.com/actions/checkout/issues/2311">#2311</a>)</li> <li><a href="https://github.com/actions/checkout/commit/71cf2267d89c5cb81562390fa70a37fa40b1305e"><code>71cf226</code></a> v6-beta (<a href="https://redirect.github.com/actions/checkout/issues/2298">#2298</a>)</li> <li><a href="https://github.com/actions/checkout/commit/069c6959146423d11cd0184e6accf28f9d45f06e"><code>069c695</code></a> Persist creds to a separate file (<a href="https://redirect.github.com/actions/checkout/issues/2286">#2286</a>)</li> <li><a href="https://github.com/actions/checkout/commit/ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493"><code>ff7abcd</code></a> Update README to include Node.js 24 support details and requirements (<a href="https://redirect.github.com/actions/checkout/issues/2248">#2248</a>)</li> <li><a href="https://github.com/actions/checkout/commit/08c6903cd8c0fde910a37f88322edcfb5dd907a8"><code>08c6903</code></a> Prepare v5.0.0 release (<a href="https://redirect.github.com/actions/checkout/issues/2238">#2238</a>)</li> <li>Additional commits viewable in <a href="https://github.com/actions/checkout/compare/v4...v6">compare view</a></li> </ul> </details> <br /> Updates `github/gh-aw` from 0.68.3 to 0.71.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/github/gh-aw/releases">github/gh-aw's releases</a>.</em></p> <blockquote> <h2>v0.71.1</h2> <h2>🌟 Release Highlights</h2> <p>This release focuses on reliability and correctness — fixing several impactful bugs reported by the community, improving agent workflow efficiency, and hardening security boundaries for the Claude engine.</p> <h3>🐛 Bug Fixes &amp; Improvements</h3> <ul> <li> <p><strong><code>protected-files</code> object form compilation fixed</strong> — Workflows using the documented <code>{policy, exclude}</code> object form for <code>protected-files</code> were incorrectly rejected at compile time with <code>expected string or null, got object</code>. The schema now correctly allows the object form alongside the string shorthand. (<a href="https://redirect.github.com/github/gh-aw/pull/28341">#28341</a>)</p> </li> <li> <p><strong>APM-restored skills no longer clobbered in <code>pull_request</code> runs</strong> — Skills installed by <code>pre-agent-steps</code> (e.g. from <code>.github/skills/</code>) were silently overwritten because the &quot;Restore agent config folders&quot; step executed <em>after</em> <code>pre-agent-steps</code>. The step ordering is now correct for <code>pull_request</code> triggers. (<a href="https://redirect.github.com/github/gh-aw/pull/28290">#28290</a>)</p> </li> <li> <p><strong><code>push_to_pull_request_branch</code> patch size now uses incremental diff</strong> — On long-running branches, <code>max_patch_size</code> was measured against the full cumulative diff from the default branch rather than the net change since the last push. Each iteration now measures only the incremental <code>git diff</code> against the PR branch head, preventing spurious size-limit rejections. (<a href="https://redirect.github.com/github/gh-aw/pull/28198">#28198</a>)</p> </li> <li> <p><strong><code>design-decision-gate</code> reliability</strong> — Raised <code>max-turns</code> from 15 → 20 and added <code>git ls-remote:*</code> to allowed tools. The workflow was exhausting all turns on <code>copilot/*</code> PRs before completing useful work. An explicit MCP fallback table ensures the agent switches to GitHub MCP tools when pre-fetched context files are unavailable. (<a href="https://redirect.github.com/github/gh-aw/pull/28353">#28353</a>)</p> </li> <li> <p><strong><code>jsweep</code> workflow no longer runs to 60 turns</strong> — Added explicit exit criteria after PR creation. Previously the agent kept calling <code>create_pull_request</code> in a loop consuming 4.64M tokens/run. (<a href="https://redirect.github.com/github/gh-aw/pull/28322">#28322</a>)</p> </li> <li> <p><strong><code>audit</code>/<code>audit-diff</code> MCP tools now return structured JSON consistently</strong> — These tools were setting <code>IsError: true</code> on failure and routing output to stderr, unlike <code>logs</code> and <code>compile</code> which always return structured JSON. Behaviour is now consistent. (<a href="https://redirect.github.com/github/gh-aw/pull/28291">#28291</a>)</p> </li> <li> <p><strong>Model update in <code>github-remote-mcp-auth-test</code></strong> — Replaced the unavailable <code>gpt-5.1-codex-mini</code> model with <code>gpt-5.4-mini</code>, fixing 3+ days of consecutive workflow failures. (<a href="https://redirect.github.com/github/gh-aw/pull/28321">#28321</a>)</p> </li> <li> <p><strong>MCP Gateway v0.2.30 compatibility</strong> — The <code>mempalace</code> shared config now includes the required <code>container</code> field on stdio server entries, fixing <code>daily-fact</code> workflow failures after the gateway schema tightened. (<a href="https://redirect.github.com/github/gh-aw/pull/28288">#28288</a>)</p> </li> </ul> <h3>✨ What's New</h3> <ul> <li> <p><strong>Hippo memory vector embeddings</strong> — New <code>hippo-embed</code> maintenance workflow generates vector embeddings for all Hippo memories (previously &lt;1% were embedded, making semantic recall nearly non-functional). The <code>daily-hippo-learn</code> workflow now runs <code>hippo embed</code> on every cycle to keep the index current. (<a href="https://redirect.github.com/github/gh-aw/pull/28178">#28178</a>)</p> </li> <li> <p><strong>Claude <code>bypassPermissions</code> tool enforcement documented and hardened</strong> — When Claude Code runs in <code>bypassPermissions</code> mode (triggered by unrestricted bash access), <code>--allowed-tools</code> is silently ignored. The MCP gateway <code>allowed:</code> filter is now the documented sole effective tool boundary in this mode, with implementation notes added to prevent regressions. (<a href="https://redirect.github.com/github/gh-aw/pull/28174">#28174</a>)</p> </li> </ul> <h3>⚡ Performance</h3> <ul> <li><strong><code>docs-noob-tester</code> token usage reduced ~70%</strong> — Server setup (npm install, Astro dev server startup, readiness polling, bridge IP detection) now runs in <code>pre-agent-steps</code> before the agent starts, saving ~700K–1M tokens/run. Timeout reduced from 45 → 30 minutes. (<a href="https://redirect.github.com/github/gh-aw/pull/28343">#28343</a>)</li> </ul> <h3>📚 Documentation</h3> <ul> <li><strong>Docs table wrapping on tablet screens</strong> — Markdown tables on 641px–768px viewports were silently clipped without horizontal scroll. A new rehype plugin wraps tables in a scrollable container. (<a href="https://redirect.github.com/github/gh-aw/pull/28280">#28280</a>)</li> </ul> <h3>🌍 Community Contributions</h3> <!-- raw HTML omitted --> <h3><code>@edgeq</code></h3> <ul> <li><a href="https://redirect.github.com/github/gh-aw/issues/28315">[Bug] protected-files object form fails compilation despite being documented</a> <em>(direct issue)</em></li> </ul> <h3><code>@mrjf</code></h3> <ul> <li><a href="https://redirect.github.com/github/gh-aw/issues/28197">push_to_pull_request_branch should compute patch size relative to PR branch head, not checkout base</a> <em>(direct issue)</em></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/github/gh-aw/commit/f01a9d118afa6e306f3645ca31e43f4ea8fb4d22"><code>f01a9d1</code></a> fix(design-decision-gate): add git ls-remote permission, raise turn limit to ...</li> <li><a href="https://github.com/github/gh-aw/commit/f216a16966711135c417cc99132f719ce3a3fe40"><code>f216a16</code></a> fix(security): remove readiness check from MemPalace MCP server startup (<a href="https://redirect.github.com/github/gh-aw/issues/28340">#28340</a>)</li> <li><a href="https://github.com/github/gh-aw/commit/9c675c394593f1f1ac875cabeb00ce0f4b0bbe8e"><code>9c675c3</code></a> fix: add regression tests for protected-files object form compilation (<a href="https://redirect.github.com/github/gh-aw/issues/28341">#28341</a>)</li> <li><a href="https://github.com/github/gh-aw/commit/7a54b74bdf742d32aa342a6fad2ab7f9cc77cfc6"><code>7a54b74</code></a> optimize: move docs-noob-tester setup to pre-agent-steps, slim prompt, reduce...</li> <li><a href="https://github.com/github/gh-aw/commit/6eef2183c8823f1af6e390a8f540de1170c6f48a"><code>6eef218</code></a> feat: use actions/cache and artifacts for APM bundle with lock file hash + en...</li> <li><a href="https://github.com/github/gh-aw/commit/66e31209e73317c200108d51d0ef7b513bf72f5f"><code>66e3120</code></a> fix: replace unsupported model pins in 5 workflow frontmatters (<a href="https://redirect.github.com/github/gh-aw/issues/28323">#28323</a>)</li> <li><a href="https://github.com/github/gh-aw/commit/04ae1fe186d0da2477e151a8fc55b6605c29cb5f"><code>04ae1fe</code></a> build(deps): Bump go.opentelemetry.io/otel (<a href="https://redirect.github.com/github/gh-aw/issues/28337">#28337</a>)</li> <li><a href="https://github.com/github/gh-aw/commit/53cf9b37f2c73d5e7f5a5529be1355a619e3c9b2"><code>53cf9b3</code></a> fix: replace unsupported gpt-5.1-codex-mini model in github-remote-mcp-auth-t...</li> <li><a href="https://github.com/github/gh-aw/commit/194ffd48d4c6ea6f86cd4e6d1d313bf18aefba5a"><code>194ffd4</code></a> Apply progressive disclosure to firewall blocked domains alert (<a href="https://redirect.github.com/github/gh-aw/issues/28332">#28332</a>)</li> <li><a href="https://github.com/github/gh-aw/commit/75491ff72d1793a05ff26412aec58e72aa8f39a8"><code>75491ff</code></a> jsweep: add Done Conditions to prevent runaway PR creation loop (<a href="https://redirect.github.com/github/gh-aw/issues/28322">#28322</a>)</li> <li>Additional commits viewable in <a href="https://github.com/github/gh-aw/compare/v0.68.3...v0.71.1">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 46a6e77 commit 4435a10

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-agentic-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
check-lock-files:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818

1919
- name: Install gh-aw
2020
run: curl -sL https://raw.githubusercontent.com/github/gh-aw/main/install-gh-aw.sh | bash

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
- name: Checkout repository
2222
uses: actions/checkout@v6
2323
- name: Install gh-aw extension
24-
uses: github/gh-aw/actions/setup-cli@v0.68.3
24+
uses: github/gh-aw/actions/setup-cli@v0.71.1
2525
with:
2626
version: v0.50.1

0 commit comments

Comments
 (0)