From 903955c98618298c2633523f1dd6ee2e233d3641 Mon Sep 17 00:00:00 2001 From: Interested Deving Date: Mon, 18 May 2026 02:41:02 -0700 Subject: [PATCH] chore(deps): update workflow dependencies in mirror-osp-to-ooc.yaml --- .github/workflows/mirror-osp-to-ooc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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