From 31accbaec522b5ddd522a3173eb1e7d8801f6ab3 Mon Sep 17 00:00:00 2001 From: Owain Jones Date: Sun, 23 Feb 2025 19:08:39 +0000 Subject: [PATCH] Update github actions to work with v13 --- .../workflows/{v10-main-build.yml => v13-main-build.yml} | 8 ++++---- ...{v10-main-pre-release.yml => v13-main-pre-release.yml} | 6 +++--- .../{v10-main-release.yml => v13-main-release.yml} | 6 +++--- README.md | 8 ++++++++ 4 files changed, 18 insertions(+), 10 deletions(-) rename .github/workflows/{v10-main-build.yml => v13-main-build.yml} (83%) rename .github/workflows/{v10-main-pre-release.yml => v13-main-pre-release.yml} (93%) rename .github/workflows/{v10-main-release.yml => v13-main-release.yml} (94%) diff --git a/.github/workflows/v10-main-build.yml b/.github/workflows/v13-main-build.yml similarity index 83% rename from .github/workflows/v10-main-build.yml rename to .github/workflows/v13-main-build.yml index 1b0b709..01d5b63 100644 --- a/.github/workflows/v10-main-build.yml +++ b/.github/workflows/v13-main-build.yml @@ -1,13 +1,13 @@ # This workflow will build a .NET project # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net -name: v10 Main - Build +name: v13 Main - Build on: push: - branches: [ "v10/main" ] + branches: [ "v13/main" ] pull_request: - branches: [ "v10/main" ] + branches: [ "v13/main" ] jobs: build: @@ -19,7 +19,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - name: Restore dependencies run: dotnet restore src/Method4.UmbracoMigrator.Source.sln - name: Build diff --git a/.github/workflows/v10-main-pre-release.yml b/.github/workflows/v13-main-pre-release.yml similarity index 93% rename from .github/workflows/v10-main-pre-release.yml rename to .github/workflows/v13-main-pre-release.yml index 0c30db0..6d3b02e 100644 --- a/.github/workflows/v10-main-pre-release.yml +++ b/.github/workflows/v13-main-pre-release.yml @@ -1,12 +1,12 @@ # This workflow will build a .NET project # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net -name: v10 Main - Pre-release +name: v13 Main - Pre-release on: push: tags: - - "v10.[0-9]+.[0-9]+-[a-z]*[0-9]+" + - "v13.[0-9]+.[0-9]+-[a-z]*[0-9]+" jobs: build: @@ -18,7 +18,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - name: Set VERSION variable from tag run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV diff --git a/.github/workflows/v10-main-release.yml b/.github/workflows/v13-main-release.yml similarity index 94% rename from .github/workflows/v10-main-release.yml rename to .github/workflows/v13-main-release.yml index 5790a1b..02b9471 100644 --- a/.github/workflows/v10-main-release.yml +++ b/.github/workflows/v13-main-release.yml @@ -1,12 +1,12 @@ # This workflow will build a .NET project # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net -name: v10 Main - Release +name: v13 Main - Release on: push: tags: - - "v10.[0-9]+.[0-9]+" + - "v13.[0-9]+.[0-9]+" jobs: build: @@ -18,7 +18,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - name: Set VERSION variable from tag run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV diff --git a/README.md b/README.md index 4bc22ba..e6a213f 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,14 @@ Physical media files will be downloaded from Azure Blob storage if it is being u v8 v8.x + + v10 + v10.x + + + v13 + v13.x + ### NuGet package repository