summaryrefslogtreecommitdiffstats
path: root/.github/workflows/checks.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/checks.yml')
-rw-r--r--.github/workflows/checks.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index b33aa6ff1..82567a54e 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -25,7 +25,7 @@ jobs:
submodules: recursive
- name: Check source files
id: check-source-files
- uses: tj-actions/changed-files@v44
+ uses: tj-actions/changed-files@v45
with:
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
files: |
@@ -44,7 +44,7 @@ jobs:
**/*.md
- name: Check build files
id: check-build-files
- uses: tj-actions/changed-files@v44
+ uses: tj-actions/changed-files@v45
with:
since_last_remote_commit: ${{ github.event_name != 'pull_request' }}
files: |