Skip to content

Commit

Permalink
ci(docs[dorny/paths-filter]): 2.7.0 -> 2.11.1 to fix warning
Browse files Browse the repository at this point in the history
The following actions uses node12 which is deprecated and will be forced to run on node16: dorny/[email protected]. 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/
  • Loading branch information
tony committed Nov 18, 2023
1 parent 5cf225f commit d2128b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3

- name: Filter changed file paths to outputs
uses: dorny/paths-filter@v2.7.0
uses: dorny/paths-filter@v2.11.1
id: changes
with:
filters: |
Expand Down

0 comments on commit d2128b6

Please sign in to comment.