Skip to content

Commit

Permalink
Bump actions/checkout (facebook#28383)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-nakamura145 authored and AndyPengc12 committed Apr 15, 2024
1 parent 7a54ca9 commit e4ae075
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/commit_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e4ae075

Please sign in to comment.