diff --git a/.github/workflows/lint-readme.yml b/.github/workflows/lint-readme.yml index 6b89582..2473b1b 100644 --- a/.github/workflows/lint-readme.yml +++ b/.github/workflows/lint-readme.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Lint ./gh-cli/README.md id: lint @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Lint ./scripts/README.md id: lint