From 74a43796457593c45970f63d51b7fc7d1cf9f00e Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Fri, 9 Feb 2024 20:42:24 -0600 Subject: [PATCH] Update GitHub actions packages due to deprecation notice --- .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 68314fb..0dcaf20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,9 +11,9 @@ jobs: node: ["14", "16", "18", "20"] name: Node.js ${{ matrix.node }} on ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} # cache: npm