From ab70e456ea64811c35741624665a4c19537750b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 06:33:09 +0000 Subject: [PATCH] ci(deps): bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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 f8c0923..ead6a85 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Клонирование кода - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/create-labels.yml b/.github/workflows/create-labels.yml index 4ddfe62..9544788 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@v4 + uses: actions/checkout@v5 - name: Создание меток uses: actions/github-script@v7 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 74ccf9a..e4934a4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Клонирование кода - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 # Получаем полную историю для git-revision-date плагина diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 296dfe6..320a71c 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Клонирование кода - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Настройка Python uses: actions/setup-python@v5 diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index 96975c5..af33b2c 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Клонирование кода - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: token: ${{ secrets.GITHUB_TOKEN }}