jdmoorman / kaczmarz-algorithms

Variants of the Kaczmarz algorithm for solving linear systems in Python.
MIT License
10 stars 5 forks source link

Pin versions of github actions dependencies #6

Closed jdmoorman closed 4 years ago

jdmoorman commented 4 years ago

When calling an action from the marketplace such as actions/checkout@master, it is recommended practice to pin the action to a particular version such as actions/checkout@v1. This alleviates the risk of master introducing a breaking change or vulnerability.

The relevant workflow files are in the .github/workflow directory.