@samitouri / QOS-React-1 / commits / 51c9146072

Bump actions/checkout (#28383)

Masato Nakamura committed Feb 21, 2024 at 06:46 UTC 51c9146072395b13ab56834393a1c30f3ddedec8
1 file changed +3 -3
.github/workflows/commit_artifacts.yml
+3 -3
@@ -11,7 +11,7 @@ jobs:
11 www_branch_count: ${{ steps.check_branches.outputs.www_branch_count }}
12 fbsource_branch_count: ${{ steps.check_branches.outputs.fbsource_branch_count }}
13 steps:
14 - - uses: actions/checkout@v3
14 + - uses: actions/checkout@v4
15 - name: "Check branches"
16 id: check_branches
17 run: |
@@ -179,7 +179,7 @@ jobs:
179 if: ${{ (github.ref == 'refs/heads/main' && needs.download_artifacts.outputs.www_branch_count == '0') || github.ref == 'refs/heads/meta-www' }}
180 runs-on: ubuntu-latest
181 steps:
182 - - uses: actions/checkout@v3
182 + - uses: actions/checkout@v4
183 with:
184 ref: builds/facebook-www
185 - name: Ensure clean directory
@@ -215,7 +215,7 @@ jobs:
215 runs-on: ubuntu-latest
216 if: ${{ (github.ref == 'refs/heads/main' && needs.download_artifacts.outputs.fbsource_branch_count == '0') || github.ref == 'refs/heads/meta-fbsource' }}
217 steps:
218 - - uses: actions/checkout@v3
218 + - uses: actions/checkout@v4
219 with:
220 ref: main
221 repository: facebook/react-fbsource-import