diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 6e3913bdf..78640b73d 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -48,7 +48,7 @@ jobs: steps: # (3) checkout this repository in order to "see" the following custom action - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 # (4) "use" the custom action to retrigger the failed "acceptance job" above # NOTE: pass the SOURCE_GITHUB_TOKEN to the custom action because (a) it must have diff --git a/.github/workflows/workflow-restarter-test.yml b/.github/workflows/workflow-restarter-test.yml index 3683f4047..a6f0e0a2c 100644 --- a/.github/workflows/workflow-restarter-test.yml +++ b/.github/workflows/workflow-restarter-test.yml @@ -46,7 +46,7 @@ jobs: steps: # (3) checkout this repository in order to "see" the following custom action - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 # (4) "use" the custom action to retrigger the failed "acceptance job" above # NOTE: pass the SOURCE_GITHUB_TOKEN to the custom action because (a) it must have