From 36f66d2be72747200764ac76f4a4bff37f565c14 Mon Sep 17 00:00:00 2001 From: dmitriysafronov <dmitriysafronov@users.noreply.github.com> Date: Sat, 3 May 2025 01:07:37 +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..f4426e3 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.129 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