diff --git a/.github/workflows/pr-build.yaml b/.github/workflows/pr-build.yaml index 58027a4d..fb87fb54 100644 --- a/.github/workflows/pr-build.yaml +++ b/.github/workflows/pr-build.yaml @@ -22,7 +22,7 @@ concurrency: jobs: pr-build: - uses: LayeredCraft/devops-templates/.github/workflows/pr-build.yaml@v10.1 + uses: LayeredCraft/devops-templates/.github/workflows/pr-build.yaml@v10.3 with: solution: MinimalLambda.sln dotnetVersion: 11.0.x diff --git a/.github/workflows/pr-title-check.yaml b/.github/workflows/pr-title-check.yaml index 9d374d6f..6f11cdd0 100644 --- a/.github/workflows/pr-title-check.yaml +++ b/.github/workflows/pr-title-check.yaml @@ -15,4 +15,4 @@ concurrency: jobs: pr-title-check: - uses: LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml@v10.1 + uses: LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml@v10.3 diff --git a/.github/workflows/publish-preview.yaml b/.github/workflows/publish-preview.yaml index 9cb15e8b..ad0c7f38 100644 --- a/.github/workflows/publish-preview.yaml +++ b/.github/workflows/publish-preview.yaml @@ -21,7 +21,7 @@ jobs: permissions: contents: write pull-requests: write - uses: LayeredCraft/devops-templates/.github/workflows/publish-preview.yml@v10.1 + uses: LayeredCraft/devops-templates/.github/workflows/publish-preview.yml@v10.3 with: solution: MinimalLambda.sln dotnetVersion: 11.0.x @@ -36,6 +36,6 @@ jobs: id-token: write contents: read steps: - - uses: LayeredCraft/devops-templates/.github/actions/nuget-push@v10.1 + - uses: LayeredCraft/devops-templates/.github/actions/nuget-push@v10.3 with: nuget_user: ${{ secrets.NUGET_USER }} diff --git a/.github/workflows/publish-release.yaml b/.github/workflows/publish-release.yaml index 9dc39531..e97aa851 100644 --- a/.github/workflows/publish-release.yaml +++ b/.github/workflows/publish-release.yaml @@ -11,7 +11,7 @@ jobs: build: permissions: contents: write - uses: LayeredCraft/devops-templates/.github/workflows/publish-release.yml@v10.1 + uses: LayeredCraft/devops-templates/.github/workflows/publish-release.yml@v10.3 with: solution: MinimalLambda.sln dotnetVersion: 11.0.x @@ -25,6 +25,6 @@ jobs: id-token: write contents: read steps: - - uses: LayeredCraft/devops-templates/.github/actions/nuget-push@v10.1 + - uses: LayeredCraft/devops-templates/.github/actions/nuget-push@v10.3 with: nuget_user: ${{ secrets.NUGET_USER }}