Skip to content

Commit 2aaf314

Browse files
authored
Bump actions checkout and setup-node to v4 (#772)
1 parent c8343a7 commit 2aaf314

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
needs: call-build
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
15-
- uses: actions/setup-node@v3
14+
- uses: actions/checkout@v4
15+
- uses: actions/setup-node@v4
1616
with:
1717
cache: "yarn"
1818

0 commit comments

Comments
 (0)