Skip to content

Commit e4ae075

Browse files
m-nakamura145AndyPengc12
authored andcommitted
Bump actions/checkout (facebook#28383)
1 parent 7a54ca9 commit e4ae075

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/commit_artifacts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
www_branch_count: ${{ steps.check_branches.outputs.www_branch_count }}
1212
fbsource_branch_count: ${{ steps.check_branches.outputs.fbsource_branch_count }}
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- name: "Check branches"
1616
id: check_branches
1717
run: |
@@ -179,7 +179,7 @@ jobs:
179179
if: ${{ (github.ref == 'refs/heads/main' && needs.download_artifacts.outputs.www_branch_count == '0') || github.ref == 'refs/heads/meta-www' }}
180180
runs-on: ubuntu-latest
181181
steps:
182-
- uses: actions/checkout@v3
182+
- uses: actions/checkout@v4
183183
with:
184184
ref: builds/facebook-www
185185
- name: Ensure clean directory
@@ -215,7 +215,7 @@ jobs:
215215
runs-on: ubuntu-latest
216216
if: ${{ (github.ref == 'refs/heads/main' && needs.download_artifacts.outputs.fbsource_branch_count == '0') || github.ref == 'refs/heads/meta-fbsource' }}
217217
steps:
218-
- uses: actions/checkout@v3
218+
- uses: actions/checkout@v4
219219
with:
220220
ref: main
221221
repository: facebook/react-fbsource-import

0 commit comments

Comments
 (0)