diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9d4d470..f54c9f25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 2 @@ -46,7 +46,7 @@ jobs: if: github.event_name == 'push' && github.ref_name == 'main' steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Generate image tag id: image diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index c4d0541e..ee954529 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - name: Mirror + trigger CI