From 3c3e1e4f61c821c06ea44de8d9998ae663fe094f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 08:22:34 +0000 Subject: [PATCH] Bump specsnl/github-actions/.github/workflows/merge.yml Bumps [specsnl/github-actions/.github/workflows/merge.yml](https://github.com/specsnl/github-actions) from 1.2.1 to 1.2.3. - [Release notes](https://github.com/specsnl/github-actions/releases) - [Commits](https://github.com/specsnl/github-actions/compare/1.2.1...1.2.3) --- updated-dependencies: - dependency-name: specsnl/github-actions/.github/workflows/merge.yml dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- .github/workflows/pr.yml | 2 +- .github/workflows/tag.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 30378ab..cd8277d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,7 +43,7 @@ jobs: merge: name: Merge - uses: specsnl/github-actions/.github/workflows/merge.yml@1.2.1 + uses: specsnl/github-actions/.github/workflows/merge.yml@1.2.3 needs: build with: runs-on: ubuntu-24.04 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index c0bb8bb..a7da8aa 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -42,7 +42,7 @@ jobs: merge: name: Merge - uses: specsnl/github-actions/.github/workflows/merge.yml@1.2.1 + uses: specsnl/github-actions/.github/workflows/merge.yml@1.2.3 needs: build with: runs-on: ubuntu-24.04 diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 16f5a63..a970e5c 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -43,7 +43,7 @@ jobs: merge: name: Merge - uses: specsnl/github-actions/.github/workflows/merge.yml@1.2.1 + uses: specsnl/github-actions/.github/workflows/merge.yml@1.2.3 needs: build with: runs-on: ubuntu-24.04