From d6e940564a04b7954e6d540fa87f0d44811d521e Mon Sep 17 00:00:00 2001 From: rgc99 Date: Sun, 23 Jun 2024 22:44:42 +0000 Subject: [PATCH] Update actions --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f61adf0..e492693 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: 'Build' +name: "Build" on: push: @@ -13,7 +13,7 @@ jobs: name: Test build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Build run: | npm install