diff --git a/.github/workflows/mirrorer.yaml b/.github/workflows/mirrorer.yaml index ee38e92..363f4ab 100644 --- a/.github/workflows/mirrorer.yaml +++ b/.github/workflows/mirrorer.yaml @@ -22,7 +22,7 @@ jobs: push_to_mirror: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 # - name: Push the content to the mirror repository diff --git a/.github/workflows/web_deploy.yml b/.github/workflows/web_deploy.yml index 75e6b30..85b2cf7 100644 --- a/.github/workflows/web_deploy.yml +++ b/.github/workflows/web_deploy.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Node.js uses: actions/setup-node@v6