From 48f01e763412cb7c1c531b7be0f3a4069a999e46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:55:35 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/bitbucket-mirror.yml | 2 +- .github/workflows/c-cpp.yml | 2 +- .github/workflows/codeberg-mirror.yml | 2 +- .github/workflows/disroot-mirror.yml | 2 +- .github/workflows/gitdab-mirror.yml | 2 +- .github/workflows/gitea-mirror.yml | 2 +- .github/workflows/gitlab-mirror.yml | 2 +- .github/workflows/pagure-mirror.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/bitbucket-mirror.yml b/.github/workflows/bitbucket-mirror.yml index 134635a..e9ca1f1 100644 --- a/.github/workflows/bitbucket-mirror.yml +++ b/.github/workflows/bitbucket-mirror.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: mirror in bitbucket - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 - uses: yesolutions/mirror-action@master diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index e283737..46d7260 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: install libs run: sudo apt-get install libxinerama1 libxinerama-dev - name: make install test diff --git a/.github/workflows/codeberg-mirror.yml b/.github/workflows/codeberg-mirror.yml index e48c9a7..f05887f 100644 --- a/.github/workflows/codeberg-mirror.yml +++ b/.github/workflows/codeberg-mirror.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: mirror in codeberg - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 - uses: yesolutions/mirror-action@master diff --git a/.github/workflows/disroot-mirror.yml b/.github/workflows/disroot-mirror.yml index fdfa28d..17b2700 100644 --- a/.github/workflows/disroot-mirror.yml +++ b/.github/workflows/disroot-mirror.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: mirror in git.disroot - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 - uses: yesolutions/mirror-action@master diff --git a/.github/workflows/gitdab-mirror.yml b/.github/workflows/gitdab-mirror.yml index d3d3610..b896dcd 100644 --- a/.github/workflows/gitdab-mirror.yml +++ b/.github/workflows/gitdab-mirror.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: mirror in Gitdab - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 - uses: yesolutions/mirror-action@master diff --git a/.github/workflows/gitea-mirror.yml b/.github/workflows/gitea-mirror.yml index ba0e467..4a26bda 100644 --- a/.github/workflows/gitea-mirror.yml +++ b/.github/workflows/gitea-mirror.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: mirror in Gitea - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 - uses: yesolutions/mirror-action@master diff --git a/.github/workflows/gitlab-mirror.yml b/.github/workflows/gitlab-mirror.yml index 49a312d..28ffe4b 100644 --- a/.github/workflows/gitlab-mirror.yml +++ b/.github/workflows/gitlab-mirror.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: mirror in gitlab - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 - uses: yesolutions/mirror-action@master diff --git a/.github/workflows/pagure-mirror.yml b/.github/workflows/pagure-mirror.yml index 1e24c2a..3a00448 100644 --- a/.github/workflows/pagure-mirror.yml +++ b/.github/workflows/pagure-mirror.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: mirror in Gitdab - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 - uses: yesolutions/mirror-action@master