diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b007b737..87ffaa02 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/npm-deploy.yml b/.github/workflows/npm-deploy.yml index 0ba18ad5..5eb5236f 100644 --- a/.github/workflows/npm-deploy.yml +++ b/.github/workflows/npm-deploy.yml @@ -16,7 +16,7 @@ jobs: matrix: node-version: [16.x] # Are you are missing this specification? steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: diff --git a/.github/workflows/npm-test.js.yml b/.github/workflows/npm-test.js.yml index a16cca97..169df675 100644 --- a/.github/workflows/npm-test.js.yml +++ b/.github/workflows/npm-test.js.yml @@ -20,7 +20,7 @@ jobs: matrix: node-version: ["16.x"] # [12.x, 14.x, 16.x] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: dev - name: Use Node.js ${{ matrix.node-version }}