From fc4b308d07657d595bd137e7249a3984fadd8c17 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sun, 16 Jun 2024 21:19:42 +0300 Subject: [PATCH] squash! --- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index 788002bc..4eb3b12a 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -24,7 +24,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - uses: actions/setup-node@v4.0.2 with: diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index 9c2a8352..ddfd39ac 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -57,7 +57,7 @@ jobs: node-version: [18, 19, 20] steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - uses: pnpm/action-setup@v4.0.0 with: