From 6be1cbd0ab136508fe141eef60e6e23f278e443d Mon Sep 17 00:00:00 2001 From: Julian Hammer Date: Thu, 21 Nov 2024 20:00:26 +0000 Subject: [PATCH] chore(ci): update GitHub Actions workflow to use actions/checkout@v4 and actions/cache@v4 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 479788a..c73f953 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,10 +14,10 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Cache Node Modules id: realgolfgames-logs-cache-node-modules - uses: actions/cache@v2 + uses: actions/cache@v4 env: cache-name: cache-node-modules with: