From 233ab9a35ed3e2456681964770d67d9064a6ed13 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Wed, 18 Jan 2023 23:43:37 +0100 Subject: [PATCH] bump --- .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 8e98909..3af5c23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macos-latest] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - run: | npm install npm run all @@ -21,7 +21,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macos-latest] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Make test pre-release uses: ./ with: