diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index cc38522ce..8efee2e8e 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -18,7 +18,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Cache NPM dependencies uses: actions/cache@v2