You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flagon.apache.org by po...@apache.org on 2023/02/04 04:09:57 UTC

[incubator-flagon-useralejs] branch test updated: updates actions/checkout

This is an automated email from the ASF dual-hosted git repository.

poorejc pushed a commit to branch test
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git


The following commit(s) were added to refs/heads/test by this push:
     new 12e11f8  updates actions/checkout
12e11f8 is described below

commit 12e11f808dc9b9398099e5a0f0656fde1c272954
Author: poorejc <po...@apache.org>
AuthorDate: Fri Feb 3 23:09:50 2023 -0500

    updates actions/checkout
---
 .github/workflows/node.js.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml
index e044d83..83488a4 100644
--- a/.github/workflows/node.js.yml
+++ b/.github/workflows/node.js.yml
@@ -25,9 +25,9 @@ jobs:
         # See active and security support for Node.js at https://endoflife.date/nodejs
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
       - name: Use Node.js ${{ matrix.node-version }}
-        uses: actions/setup-node@v1
+        uses: actions/setup-node@v3
         with:
           node-version: ${{ matrix.node-version }}
       - run: npm ci