From 99b89964645ed979829d00ff2abc62a03479329c Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Fri, 9 Feb 2024 11:20:09 -0600 Subject: [PATCH] Update actions versions --- .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 db89bdd..f0dddb3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,9 +12,9 @@ jobs: node: ["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