Skip to content

Commit 2f848fe

Browse files
--- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1a280c5 commit 2f848fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/action_pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
ref: ${{ github.event.pull_request.head.ref }}
1717
fetch-depth: 0
1818

19-
- uses: actions/setup-node@v2
19+
- uses: actions/setup-node@v4
2020
with:
2121
node-version: "20.13"
2222
cache: "npm"

0 commit comments

Comments
 (0)