Skip to content

Commit

Permalink
Update actions/setup-node action to v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 26, 2024
1 parent 9901ce9 commit c6ba874
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devtools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
submodules: recursive

- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
node-version: 21

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/[email protected]

# for devtools-frontend
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
node-version: 21

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
submodules: recursive

# for devtools-frontend
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
node-version: 21

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rustdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
submodules: recursive

# for devtools-frontend
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
node-version: 21

Expand Down

0 comments on commit c6ba874

Please sign in to comment.