diff --git a/.github/workflows/checklist.yml b/.github/workflows/checklist.yml index fb16c966deb8..97082c5dee91 100644 --- a/.github/workflows/checklist.yml +++ b/.github/workflows/checklist.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout Repository id: checkout_repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Verify Checklist id: verify_checklist uses: ./.github/actions/verification/checklist/v1 diff --git a/.github/workflows/expectations.yml b/.github/workflows/expectations.yml index 0acc9c43bd0e..55cdf8872d9b 100644 --- a/.github/workflows/expectations.yml +++ b/.github/workflows/expectations.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout Repository id: checkout_repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Comment on Community PRs uses: ./.github/actions/commenting/expectations/v1 with: diff --git a/.github/workflows/targeting-repo-files.yml b/.github/workflows/targeting-repo-files.yml index 0566003029fb..8d1315211cfd 100644 --- a/.github/workflows/targeting-repo-files.yml +++ b/.github/workflows/targeting-repo-files.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout Repository id: checkout_repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Authorized to Modify Repo Files? uses: ./.github/actions/verification/authorization/v1 with: diff --git a/.github/workflows/targeting-valid-branch.yml b/.github/workflows/targeting-valid-branch.yml index 972216e49903..a27e44405bcb 100644 --- a/.github/workflows/targeting-valid-branch.yml +++ b/.github/workflows/targeting-valid-branch.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout Repository id: checkout_repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Authorized to Target Live Branch? uses: ./.github/actions/verification/authorization/v1 with: