From 30c456831630fb5d76df2ee3eb74eabddd4628af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 03:05:11 +0000 Subject: [PATCH] ci(deps): bump actions/checkout from 5 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/changelog.yml | 2 +- .github/workflows/create-labels.yml | 2 +- .github/workflows/deploy.yml | 2 +- .github/workflows/security.yml | 2 +- .github/workflows/update-deps.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 5a78510b..d7690633 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Клонирование кода - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/create-labels.yml b/.github/workflows/create-labels.yml index 7e98ad01..714de7bd 100644 --- a/.github/workflows/create-labels.yml +++ b/.github/workflows/create-labels.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Клонирование кода - uses: actions/checkout@v5 + uses: actions/checkout@v7 - name: Создание меток uses: actions/github-script@v9 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c27afbfa..aad97633 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Клонирование кода - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 363951bb..b7a517d6 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Клонирование кода - uses: actions/checkout@v5 + uses: actions/checkout@v7 - name: Настройка Python uses: actions/setup-python@v6 diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index dd2e24e5..b59ccd7c 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Клонирование кода - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: token: ${{ secrets.GITHUB_TOKEN }}