diff --git a/.github/workflows/CreateReleaseApps.yml b/.github/workflows/CreateReleaseApps.yml index 2d2538f..0f71b31 100644 --- a/.github/workflows/CreateReleaseApps.yml +++ b/.github/workflows/CreateReleaseApps.yml @@ -14,7 +14,7 @@ jobs: run: echo "::set-output name=date::$(date +'%Y-%m-%d')" - name: Get branch name id: branch-name - uses: tj-actions/branch-names@v7.0.7 + uses: tj-actions/branch-names@v9.0.0 - name: Setup .NET uses: actions/setup-dotnet@v4 with: @@ -57,7 +57,7 @@ jobs: run: echo "::set-output name=date::$(date +'%Y-%m-%d')" - name: Get branch name id: branch-name - uses: tj-actions/branch-names@v7.0.7 + uses: tj-actions/branch-names@v9.0.0 - name: Setup .NET uses: actions/setup-dotnet@v4 with: diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 52e86bc..802426a 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - name: Get branch name id: branch-name - uses: tj-actions/branch-names@v7.0.7 + uses: tj-actions/branch-names@v9.0.0 - name: List files run: ls -la diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 75f6e8a..313570e 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -15,7 +15,7 @@ jobs: run: echo "::set-output name=date::$(date +'%Y-%m-%d')" - name: Get branch name id: branch-name - uses: tj-actions/branch-names@v7.0.7 + uses: tj-actions/branch-names@v9.0.0 - name: Setup .NET uses: actions/setup-dotnet@v2 with: