diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 879324c..6e58e5f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: if: github.actor != 'dependabot[bot]' steps: - name: Check out repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Check out repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Lint markdown files uses: avto-dev/markdown-lint@v1.5.0 @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Check out repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Lint yaml files uses: ibiqlik/action-yamllint@v3.1.1