From 5570834327e153512a67814a83e406973fa52c50 Mon Sep 17 00:00:00 2001 From: Michael O'Boyle Date: Fri, 3 Jul 2026 11:52:04 -0400 Subject: [PATCH 1/2] Upgrade Node 20-deprecated Actions to Node 24 majors (pkm#531) --- .github/workflows/agentdb-learning.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/agentdb-learning.yml b/.github/workflows/agentdb-learning.yml index d7db841..70ee260 100644 --- a/.github/workflows/agentdb-learning.yml +++ b/.github/workflows/agentdb-learning.yml @@ -23,10 +23,10 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: '20' @@ -110,7 +110,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Extract PR metadata id: metadata From 09d5ba69e4f733d9f0c6ce8c526a46b1d33cc3ab Mon Sep 17 00:00:00 2001 From: Michael O'Boyle Date: Fri, 3 Jul 2026 11:52:06 -0400 Subject: [PATCH 2/2] Upgrade Node 20-deprecated Actions to Node 24 majors (pkm#531) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ff1373..7eaa9d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,10 +15,10 @@ jobs: node-version: [18.x, 20.x, 22.x] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: ${{ matrix.node-version }}