From a88de2f09cc758a63e0eb7541721dfc8a374459e Mon Sep 17 00:00:00 2001 From: Hemna Date: Wed, 7 Feb 2024 08:55:24 -0500 Subject: [PATCH] update github action branchs to v8 --- .github/workflows/manual_build.yml | 2 +- .github/workflows/master-build.yml | 2 +- .github/workflows/release_build.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/manual_build.yml b/.github/workflows/manual_build.yml index 2d55762..4dad734 100644 --- a/.github/workflows/manual_build.yml +++ b/.github/workflows/manual_build.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v3 - name: Get Branch Name id: branch-name - uses: tj-actions/branch-names@v7 + uses: tj-actions/branch-names@v8 - name: Extract Branch id: extract_branch run: | diff --git a/.github/workflows/master-build.yml b/.github/workflows/master-build.yml index 868ca30..060b176 100644 --- a/.github/workflows/master-build.yml +++ b/.github/workflows/master-build.yml @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@v3 - name: Get Branch Name id: branch-name - uses: tj-actions/branch-names@v6 + uses: tj-actions/branch-names@v8 - name: Setup QEMU uses: docker/setup-qemu-action@v2 - name: Setup Docker Buildx diff --git a/.github/workflows/release_build.yml b/.github/workflows/release_build.yml index 225b6ef..48ce5b5 100644 --- a/.github/workflows/release_build.yml +++ b/.github/workflows/release_build.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v3 - name: Get Branch Name id: branch-name - uses: tj-actions/branch-names@v6 + uses: tj-actions/branch-names@v8 - name: Setup QEMU uses: docker/setup-qemu-action@v2 - name: Setup Docker Buildx