Skip to content

Commit 7b64767

Browse files
committed
ci(docs[dorny/paths-filter]): 2.7.0 -> 2.11.1 to fix warning
The following actions uses node12 which is deprecated and will be forced to run on node16: dorny/paths-filter@v2.7.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/ The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
1 parent 64e36b1 commit 7b64767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Filter changed file paths to outputs
17-
uses: dorny/paths-filter@v2.7.0
17+
uses: dorny/paths-filter@v2.11.1
1818
id: changes
1919
with:
2020
filters: |

0 commit comments

Comments
 (0)