This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/juneau.git
commit 440525a775fcc1d53462d3eaaa930c69aec723a4 Merge: 4cbadb3b42 02eab35078 Author: Gary Gregory <[email protected]> AuthorDate: Fri Oct 17 05:08:46 2025 -0400 Merge pull request #259 from apache/dependabot/github_actions/actions/setup-node-6 Bump actions/setup-node from 5 to 6 .github/workflows/deploy-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --cc .github/workflows/deploy-docs.yml index d70788a138,b6d271fd21..82e8b0252f --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@@ -37,10 -37,10 +37,10 @@@ jobs steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: '18' cache: 'npm'
