1
0
mirror of synced 2025-12-19 18:10:59 -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

@@ -160,7 +160,7 @@ The time we greeted you.
## Example usage
```yaml
uses: actions/hello-world-javascript-action@v1.1
uses: actions/hello-world-javascript-action@e76147da8e5c81eaf017dede5645551d4b94427b
with:
who-to-greet: 'Mona the Octocat'
```