From e4ae0752a6cee60a720a889f499666885401ffed Mon Sep 17 00:00:00 2001 From: Masato Nakamura Date: Wed, 21 Feb 2024 06:46:43 +0900 Subject: [PATCH] Bump actions/checkout (#28383) --- .github/workflows/commit_artifacts.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/commit_artifacts.yml b/.github/workflows/commit_artifacts.yml index db72ecf2df005..96d19d9c95c89 100644 --- a/.github/workflows/commit_artifacts.yml +++ b/.github/workflows/commit_artifacts.yml @@ -11,7 +11,7 @@ jobs: www_branch_count: ${{ steps.check_branches.outputs.www_branch_count }} fbsource_branch_count: ${{ steps.check_branches.outputs.fbsource_branch_count }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: "Check branches" id: check_branches run: | @@ -179,7 +179,7 @@ jobs: if: ${{ (github.ref == 'refs/heads/main' && needs.download_artifacts.outputs.www_branch_count == '0') || github.ref == 'refs/heads/meta-www' }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: builds/facebook-www - name: Ensure clean directory @@ -215,7 +215,7 @@ jobs: runs-on: ubuntu-latest if: ${{ (github.ref == 'refs/heads/main' && needs.download_artifacts.outputs.fbsource_branch_count == '0') || github.ref == 'refs/heads/meta-fbsource' }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: main repository: facebook/react-fbsource-import