From 90ac00180aeaf86360e0b9111dfb58091ae9dbb3 Mon Sep 17 00:00:00 2001
From: dmitriysafronov <dmitriysafronov@users.noreply.github.com>
Date: Thu, 1 May 2025 00:46:15 +0000
Subject: [PATCH] ci: update from template

Signed-off-by: dmitriysafronov <dmitriysafronov@users.noreply.github.com>
---
 .github/workflows/push-create_tag.yaml               | 2 +-
 .github/workflows/push-rebase.yaml                   | 2 +-
 .github/workflows/schedule_update-from-template.yaml | 2 +-
 .github/workflows/tag-release.yaml                   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/push-create_tag.yaml b/.github/workflows/push-create_tag.yaml
index 535cf67..d27fc93 100644
--- a/.github/workflows/push-create_tag.yaml
+++ b/.github/workflows/push-create_tag.yaml
@@ -13,7 +13,7 @@ jobs:
     steps:
       - name: Checkout
         if: "${{ ! startsWith(github.event.head_commit.message, 'docs: update changelog for ') }}"
-        uses: actions/checkout@v4.1.6
+        uses: actions/checkout@v4.2.2
         with:
           token: ${{ secrets.PAT }}
           fetch-depth: 0
diff --git a/.github/workflows/push-rebase.yaml b/.github/workflows/push-rebase.yaml
index 18507fe..1d51c86 100644
--- a/.github/workflows/push-rebase.yaml
+++ b/.github/workflows/push-rebase.yaml
@@ -12,7 +12,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: "Rebase all Dependabot's pull requests on every push to the main branch"
-        uses: bbeesley/gha-auto-dependabot-rebase@v1.5.122
+        uses: bbeesley/gha-auto-dependabot-rebase@v1.5.124
         env:
           GITHUB_TOKEN: ${{ secrets.PAT }}
       - name: "Rebase all users' pull requests on release push to the main branch"
diff --git a/.github/workflows/schedule_update-from-template.yaml b/.github/workflows/schedule_update-from-template.yaml
index e7536a4..c9878ae 100644
--- a/.github/workflows/schedule_update-from-template.yaml
+++ b/.github/workflows/schedule_update-from-template.yaml
@@ -12,7 +12,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout
-        uses: actions/checkout@v4.1.6
+        uses: actions/checkout@v4.2.2
         with:
           token: ${{ secrets.PAT }}
           fetch-depth: 0
diff --git a/.github/workflows/tag-release.yaml b/.github/workflows/tag-release.yaml
index 7f942f8..6a56689 100644
--- a/.github/workflows/tag-release.yaml
+++ b/.github/workflows/tag-release.yaml
@@ -9,7 +9,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout
-        uses: actions/checkout@v4.1.6
+        uses: actions/checkout@v4.2.2
         with:
           token: ${{ secrets.PAT }}
           fetch-depth: 0
-- 
GitLab