From 1b6cc87fb0a9415d7bd801d2b45fb85fbc32c2cd Mon Sep 17 00:00:00 2001 From: Alexander Harding Date: Sun, 2 Feb 2025 13:17:53 -0600 Subject: [PATCH] Upgrade github actions (#120) --- .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 98c61f9..615e764 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,9 +15,9 @@ jobs: node-version: [22.x] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - run: npm install --global corepack@latest