From 342a4f8303925b99b0e71614f8d45ced5aef322e Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Fri, 18 Nov 2022 07:22:56 -0700 Subject: [PATCH] chore: update readme linter changed files version (#12251) --- .github/workflows/linter.yml | 2 +- .github/workflows/readme-linter.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index d1f09c433..e4f37eb01 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -45,7 +45,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 diff --git a/.github/workflows/readme-linter.yml b/.github/workflows/readme-linter.yml index 4405d7e8b..06785a807 100644 --- a/.github/workflows/readme-linter.yml +++ b/.github/workflows/readme-linter.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v26.1 + uses: tj-actions/changed-files@v34.4.2 with: base_sha: ${{ github.event.pull_request.base.sha }} files: ./plugins/**/README.md