aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-11-24 12:41:48 +0300
committerGitHub <noreply@github.com>2025-11-24 12:41:48 +0300
commit4663f3d10d56fce7dfed7e7e096834204d1ee5c8 (patch)
tree5a713c2286eea8a04e9690d660307555948fce1f
parent2d2b1072d5f84191781675da810a48c3e5e7acc7 (diff)
downloadpopov.link-dependabot/github_actions/actions/checkout-6.tar.xz
popov.link-dependabot/github_actions/actions/checkout-6.zip
chore(deps): bump actions/checkout from 5 to 6dependabot/github_actions/actions/checkout-6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.github/workflows/mirror.yml2
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