From 947d2911aeb315426c9fb5e77176e6e028b03206 Mon Sep 17 00:00:00 2001 From: "Steven T. Cramer" Date: Mon, 20 May 2024 02:21:52 +0700 Subject: [PATCH] bump version of action an nuget --- .github/workflows/timewarp-architecture.yml | 2 +- .../TimeWarp.Architecture.Template/TimeWarp.Architecture.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/timewarp-architecture.yml b/.github/workflows/timewarp-architecture.yml index b48ff030..3d647ed1 100644 --- a/.github/workflows/timewarp-architecture.yml +++ b/.github/workflows/timewarp-architecture.yml @@ -17,7 +17,7 @@ jobs: - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." diff --git a/TimeWarp.Templates/Source/TimeWarp.Architecture.Template/TimeWarp.Architecture.csproj b/TimeWarp.Templates/Source/TimeWarp.Architecture.Template/TimeWarp.Architecture.csproj index a382ef60..6ca5ed21 100644 --- a/TimeWarp.Templates/Source/TimeWarp.Architecture.Template/TimeWarp.Architecture.csproj +++ b/TimeWarp.Templates/Source/TimeWarp.Architecture.Template/TimeWarp.Architecture.csproj @@ -3,7 +3,7 @@ Template TimeWarp.Architecture - 2.0.0-alpha.9+8.0.200 + 2.0.0-alpha.10+8.0.200 Unlicense TimeWarp Architecture Steven T. Cramer