diff --git a/.github/workflows/mirror-osp-to-ooc.yaml b/.github/workflows/mirror-osp-to-ooc.yaml index 315036e..8bf3b02 100644 --- a/.github/workflows/mirror-osp-to-ooc.yaml +++ b/.github/workflows/mirror-osp-to-ooc.yaml @@ -20,7 +20,7 @@ jobs: if: github.repository == 'OpenOS-Project-OSP/immutable-linux-framework' steps: - name: Checkout full history - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 persist-credentials: false @@ -42,4 +42,4 @@ jobs: git push mirror --all --force git push mirror --tags --force - rm -f ~/.git-credentials + rm -f ~/.git-credentials \ No newline at end of file