diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-11-20 19:46:14 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-20 19:46:14 +0300 |
| commit | a615df7c373633fbd1d66667cb87e259f9d40920 (patch) | |
| tree | 37e4cc9cc8b13c79dc10307e0dcaa696a342a8e5 | |
| parent | 8a23f042cc71006028e864ffeed0aea0b5e11af0 (diff) | |
| download | popov.link-renovate/actions-checkout-6.x.tar.xz popov.link-renovate/actions-checkout-6.x.zip | |
chore(deps): update actions/checkout action to v6renovate/actions-checkout-6.x
| -rw-r--r-- | .github/workflows/ci.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/mirror.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b8735b..a6df867 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up Node.js uses: actions/setup-node@v5 with: diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 9fed247..7383e60 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Mirror to remote repository |
