diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 57879df..b548847 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -5,13 +5,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone Repo - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.1.0 with: persist-credentials: false fetch-depth: 0 - name: Set Up NodeJs - uses: actions/setup-node@v3.7.0 + uses: actions/setup-node@v3.8.1 with: node-version-file: '.nvmrc' cache: npm