diff --git a/.github/workflows/add.yml b/.github/workflows/add.yml index 2611f0c..068af3c 100644 --- a/.github/workflows/add.yml +++ b/.github/workflows/add.yml @@ -35,7 +35,7 @@ jobs: idx-checkout-path: idx-pages steps: - name: checkout index branch - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: ${{ env.idx-checkout-path }} ref: ${{ inputs.index-branch }} diff --git a/.github/workflows/remove.yml b/.github/workflows/remove.yml index e9cf153..af1cbfc 100644 --- a/.github/workflows/remove.yml +++ b/.github/workflows/remove.yml @@ -34,7 +34,7 @@ jobs: idx-checkout-path: index steps: - name: checkout index branch - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: ${{ env.idx-checkout-path }} ref: ${{ inputs.index-branch }}