Skip to content

Commit 14bab4a

Browse files
committed
release-build workflow updated with correct actions/checkout version
1 parent 306694a commit 14bab4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v4
1919

2020
- name: Test and build with node ${{ matrix.node-version }}
2121
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)