Skip to content

Commit d0d3230

Browse files
Changed: Update Github Flow NO_RELEASE actions/checkout action to v4
1 parent 1810fe2 commit d0d3230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v4
1010
- name: Use Node.js 18.x
1111
uses: actions/setup-node@v2
1212
with:

0 commit comments

Comments
 (0)