mirror of
https://github.com/actions/github-script.git
synced 2026-04-08 07:00:05 +00:00
Define permissions in workflows and update actions
This commit is contained in:
parent
c94e1c45ff
commit
19e58d8525
10 changed files with 41 additions and 56 deletions
|
|
@ -3,7 +3,7 @@ description: 'Set up node and install dependencies'
|
|||
runs:
|
||||
using: 'composite'
|
||||
steps:
|
||||
- uses: actions/setup-node@v3
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20.x'
|
||||
cache: npm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue