mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-30 06:08:03 +08:00
workflow allows for e2e testing
This commit is contained in:
@@ -8,14 +8,14 @@ Examples:
|
||||
steps:
|
||||
- use: actions/setup-node@74bc508
|
||||
- user: actions/setup-node@v1
|
||||
- uses: actions/setup-node@master
|
||||
- uses: actions/setup-node@master # not recommended
|
||||
```
|
||||
|
||||
Binding to the immutable sha1 of a released version is the safest for stability and security.
|
||||
|
||||
Binding to a specific major version allows for receiving critical fixes and security patches while still mainting compatibility and the assurance your workflow should still work.
|
||||
|
||||
Binding to master is convenient but if a new major version is release which breaks compatilibility, your workflow could break.
|
||||
Binding to master is convenient but if a new major version is released which breaks compatilibility, your workflow could break.
|
||||
|
||||
# Recommendations
|
||||
|
||||
|
||||
Reference in New Issue
Block a user