diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be3afd2..d8969b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: ci: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: node-version-file: .nvmrc @@ -35,7 +35,7 @@ jobs: if: ${{ github.actor != 'dependabot[bot]' }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js 16.x uses: actions/setup-node@v3 with: @@ -60,7 +60,7 @@ jobs: needs: [ci] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # Sonar analysis needs the full history for features like automatic assignment of bugs. If the following step # is not included the project will show a warning about incomplete information.