8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a93974d commit 7a3aacaCopy full SHA for 7a3aaca
.github/workflows/build.yml
@@ -70,7 +70,7 @@ jobs:
70
- name: Get a list of the changed documentation-related files
71
if: github.event_name == 'pull_request'
72
id: changed-docs-files
73
- uses: Ana06/get-changed-files@v2.2.0
+ uses: Ana06/get-changed-files@v2.3.0
74
with:
75
filter: |
76
Doc/**
.github/workflows/lint.yml
@@ -23,4 +23,4 @@ jobs:
23
- uses: actions/setup-python@v4
24
25
python-version: "3.x"
26
- - uses: pre-commit/action@v3.0.0
+ - uses: pre-commit/action@v3.0.1
0 commit comments