Skip to content

Commit f5397c8

Browse files
authored
Update npm-gulp.yml
1 parent ef781d4 commit f5397c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-gulp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919

2020
- name: Use Node.js ${{ matrix.node-version }}
21-
uses: actions/setup-node
21+
uses: actions/setup-node@v4
2222
with:
2323
node-version: 12
2424

@@ -29,7 +29,7 @@ jobs:
2929
run: gulp
3030

3131
- name: Create Pull Request
32-
uses: peter-evans/create-pull-request
32+
uses: peter-evans/create-pull-request@v7
3333
with:
3434
commit-message: Update github page
3535
title: Update github page

0 commit comments

Comments
 (0)