diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 789fb2c..762dbb8 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -36,7 +36,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # Full git history is needed to get a proper list of changed files # within `super-linter` diff --git a/.github/workflows/ncc.yml b/.github/workflows/ncc.yml index ccb12cb..b21e51d 100644 --- a/.github/workflows/ncc.yml +++ b/.github/workflows/ncc.yml @@ -10,7 +10,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: ${{ github.ref }} - uses: actions/setup-node@v3 diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index f0cb78f..4890b15 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - run: npm i - uses: ./ with: