From 4620e106faad4b6653584576b1ffe7f70c040ae8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 08:29:47 +0000 Subject: [PATCH] chore(deps): bump the actions group with 2 updates Bumps the actions group with 2 updates: [JuliaRegistries/TagBot](https://github.com/juliaregistries/tagbot) and [actions/checkout](https://github.com/actions/checkout). Updates `JuliaRegistries/TagBot` from 1.25.10 to 1.25.11 - [Release notes](https://github.com/juliaregistries/tagbot/releases) - [Commits](https://github.com/juliaregistries/tagbot/compare/14d7645453716d7a2f09b1da0504a024f97462a1...cded32665b34ca0496d3ac10a67d08ddfc726963) Updates `actions/checkout` from 4 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v4...v7) --- updated-dependencies: - dependency-name: JuliaRegistries/TagBot dependency-version: 1.25.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/TagBot.yml | 2 +- .github/workflows/main-estate-audit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 .github/workflows/main-estate-audit.yml diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index 36fa2f2..03407f8 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -49,6 +49,6 @@ jobs: statuses: read steps: - name: Cut GitHub release from the registered version - uses: JuliaRegistries/TagBot@14d7645453716d7a2f09b1da0504a024f97462a1 # v1.25.10 + uses: JuliaRegistries/TagBot@cded32665b34ca0496d3ac10a67d08ddfc726963 # v1.25.11 with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/main-estate-audit.yml b/.github/workflows/main-estate-audit.yml old mode 100755 new mode 100644 index b602e97..a9acdab --- a/.github/workflows/main-estate-audit.yml +++ b/.github/workflows/main-estate-audit.yml @@ -10,7 +10,7 @@ jobs: estate-audit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Required Files Gate uses: hyperpolymath/cicd-suite/actions/required-files-check@main