chore: update readme linter changed files version (#12251)

This commit is contained in:
Joshua Powers 2022-11-18 07:22:56 -07:00 committed by GitHub
parent ea9aa38d23
commit 342a4f8303
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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