Skip to content

Commit 733766a

Browse files
authored
Update npm-gulp.yml
1 parent 0d01b85 commit 733766a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/npm-gulp.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515

1616
- name: Use Node.js ${{ matrix.node-version }}
1717
uses: actions/setup-node@v1
@@ -25,9 +25,7 @@ jobs:
2525
run: gulp
2626

2727
- name: Create Pull Request
28-
# You may pin to the exact commit or the version.
29-
# uses: peter-evans/create-pull-request@18f7dc018cc2cd597073088f7c7591b9d1c02672
30-
uses: peter-evans/create-pull-request
28+
uses: peter-evans/create-pull-request@v6
3129
#with: // Ok Version 6.1.0
3230
# GITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT)
3331
#token:

0 commit comments

Comments
 (0)