tenthe commented on issue #1197:
URL: https://github.com/apache/streampipes/issues/1197#issuecomment-1413735409
Hi @WaterLemons2k,
thanks for responding.
This issue is not about dependabot. The idea is to update the version of the
used actions in [1].
Therefore you need to check the `uses` variable and check if there is a new
version available.
Example:
```
- name: Checkout
uses: actions/checkout@v1
```
to
```
- name: Checkout
uses: actions/checkout@v3
```
[1] https://github.com/apache/streampipes/tree/dev/.github/workflows
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]