Skip to content

Commit 021fc4c

Browse files
committed
fixing version comment
1 parent 3b44133 commit 021fc4c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/eas-build-local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
working-directory: ${{ inputs.working_directory }}
167167

168168
- name: Expo GitHub Action
169-
uses: expo/expo-github-action@eab7a230208c952974db8c3245cfd78402c7b385 # v9.0.0
169+
uses: expo/expo-github-action@eab7a230208c952974db8c3245cfd78402c7b385 # 9.0.0
170170
id: expo-init
171171
with:
172172
# Your Expo username, for authentication.

.github/workflows/eas-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
working-directory: ${{ inputs.working_directory }}
183183

184184
- name: Expo GitHub Action
185-
uses: expo/expo-github-action@eab7a230208c952974db8c3245cfd78402c7b385 # v9.0.0
185+
uses: expo/expo-github-action@eab7a230208c952974db8c3245cfd78402c7b385 # 9.0.0
186186
id: expo-init
187187
with:
188188
# Your Expo username, for authentication.

0 commit comments

Comments
 (0)