From a53bad72daabbac35b29abf7f1b0f713178407da Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 8 Oct 2024 18:58:12 +0300 Subject: [PATCH] --- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index 57b8f9a..76ab61a 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -57,7 +57,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 - uses: actions/setup-node@v4.0.4 with: diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index aae8ca0..6a0cc3f 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -59,7 +59,7 @@ jobs: node-version: [18, 19, 20] steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 - uses: pnpm/action-setup@v4.0.0 with: @@ -88,7 +88,7 @@ jobs: - run: pnpm run prepublishOnly working-directory: . - - uses: actions/upload-artifact@v4.4.1 + - uses: actions/upload-artifact@v4.4.0 with: name: .-Node-${{ matrix.node-version }}-Target path: ./Target