Skip to content

Commit 33114a0

Browse files
Updated GitHub Actions
1 parent cd877b0 commit 33114a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/react.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
os: [macos-latest, ubuntu-latest, windows-latest]
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- name: Checkout source Git branch
19+
uses: actions/checkout@v4
1920

2021
- name: Install Dependencies
2122
run: npm install

0 commit comments

Comments
 (0)