1
0
mirror of synced 2025-12-23 03:44:00 -05:00

chore: use node16 for actions (#24540)

Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
Co-authored-by: Melanie Yarbrough <11952755+myarb@users.noreply.github.com>
This commit is contained in:
WaterLemons2k
2023-04-20 21:22:32 +08:00
committed by GitHub
parent 39421662ac
commit 634ee94432
34 changed files with 80 additions and 80 deletions

View File

@@ -429,7 +429,7 @@ Actions are either JavaScript files or Docker containers. If the action you're u
```yaml
steps:
# Reference a specific commit
- uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
# Reference the major version of a release
- uses: {% data reusables.actions.action-checkout %}
# Reference a specific version