From 579a0ec2f62f47382814a38dfae89b6df3aaa427 Mon Sep 17 00:00:00 2001 From: Brian Gebel Date: Wed, 24 Jan 2024 07:51:42 -0800 Subject: [PATCH] update actions --- .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 c2dd4db..d73e007 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,11 +13,11 @@ jobs: steps: - name: Checkout Source - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Cache Node Modules id: cache-npm - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-node-modules with: