diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 822acfa..e7f14c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Set up Node uses: actions/setup-node@v7 diff --git a/.github/workflows/marketcaster-cycle.yml b/.github/workflows/marketcaster-cycle.yml index d137df1..f7f1cb3 100644 --- a/.github/workflows/marketcaster-cycle.yml +++ b/.github/workflows/marketcaster-cycle.yml @@ -186,21 +186,21 @@ jobs: steps: - name: Check out deployment repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: path: deployment persist-credentials: false - name: Check out engine from caller if: ${{ inputs.engine_repository == '' }} - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: path: engine persist-credentials: false - name: Check out public engine if: ${{ inputs.engine_repository != '' }} - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: repository: ${{ inputs.engine_repository }} ref: ${{ inputs.engine_ref }}