aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-08-11 16:51:22 +0300
committerGitHub <noreply@github.com>2025-08-11 16:51:22 +0300
commitd6c069942fecb262823e61a017e18b5c6d02e5f2 (patch)
tree5124a5fb645961795185c2949a1bc17512cf7979
parent8e45725ef13672c0ef63815dcbf4017df1bcbfac (diff)
downloadpopov.link-d6c069942fecb262823e61a017e18b5c6d02e5f2.tar.xz
popov.link-d6c069942fecb262823e61a017e18b5c6d02e5f2.zip
chore(deps): update actions/checkout action to v5renovate/actions-checkout-5.x
-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 94acbd6..3412e54 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@v4
+ uses: actions/checkout@v5
- name: Set up Node.js
uses: actions/setup-node@v4
with:
diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml
index 62337e7..9fed247 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@v4
+ uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Mirror to remote repository