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