From d8c190eab522079c61b1ce9cb90c616df9ba80f4 Mon Sep 17 00:00:00 2001 From: kristianmills Date: Fri, 20 Mar 2026 13:19:11 -0700 Subject: [PATCH] chore: DEVPLAT-7373 fix Node.js 20 deprecated GitHub Actions --- .github/workflows/cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 6c5c2d9..b54bbb7 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -21,7 +21,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v6 - name: Run test run: make test @@ -45,7 +45,7 @@ jobs: password: ${{ secrets.SCRIBDBOT_GH_CONTAINER_REGISTRY_TOKEN }} - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v6 # required for the changelog to work correctly - name: Unshallow