ci: updated dependencies

This commit is contained in:
Daniel 2023-07-12 13:40:55 +02:00 committed by GitHub
parent 33d6f1eef3
commit bcd62602d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ jobs:
# only check files changed in the PR
- name: Get Changed Files
id: changed-files
uses: tj-actions/changed-files@v29.0.7
uses: tj-actions/changed-files@v37.1.1
with:
files: "**/*.ir"
separator: "\n"
@ -40,7 +40,7 @@ jobs:
python-version: '3.10'
- name: Run Linter if at least 1 IR File Changed
uses: mathiasvr/command-output@v1.1.0
uses: mathiasvr/command-output@v2.0.0
id: run
continue-on-error: true
with: