Skip to content

Commit f1267d8

Browse files
ncipollinaclaude
andcommitted
ci(github): update devops-templates refs to v10.1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1bae1b5 commit f1267d8

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/pr-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
permissions: write-all
88
jobs:
99
build:
10-
uses: LayeredCraft/devops-templates/.github/workflows/pr-build.yaml@v10.0
10+
uses: LayeredCraft/devops-templates/.github/workflows/pr-build.yaml@v10.1
1111
with:
1212
solution: LayeredCraft.Cdk.Constructs.slnx
1313
hasTests: true

.github/workflows/pr-title-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ permissions:
1010

1111
jobs:
1212
validate:
13-
uses: LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml@v10.0
13+
uses: LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml@v10.1

.github/workflows/publish-preview.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# (e.g. release/net9) and wire up separate caller workflows targeting those branches.
2222

2323
build:
24-
uses: LayeredCraft/devops-templates/.github/workflows/publish-preview.yml@v10.0
24+
uses: LayeredCraft/devops-templates/.github/workflows/publish-preview.yml@v10.1
2525
with:
2626
solution: LayeredCraft.Cdk.Constructs.slnx
2727
dotnetVersion: |
@@ -40,6 +40,6 @@ jobs:
4040
id-token: write
4141
contents: read
4242
steps:
43-
- uses: LayeredCraft/devops-templates/.github/actions/nuget-push@v10.0
43+
- uses: LayeredCraft/devops-templates/.github/actions/nuget-push@v10.1
4444
with:
4545
nuget_user: ${{ secrets.NUGET_USER }}

.github/workflows/publish-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# (e.g. release/net9) and wire up separate caller workflows targeting those branches.
1313

1414
build:
15-
uses: LayeredCraft/devops-templates/.github/workflows/publish-release.yml@v10.0
15+
uses: LayeredCraft/devops-templates/.github/workflows/publish-release.yml@v10.1
1616
with:
1717
solution: LayeredCraft.Cdk.Constructs.slnx
1818
dotnetVersion: |
@@ -30,6 +30,6 @@ jobs:
3030
id-token: write
3131
contents: read
3232
steps:
33-
- uses: LayeredCraft/devops-templates/.github/actions/nuget-push@v10.0
33+
- uses: LayeredCraft/devops-templates/.github/actions/nuget-push@v10.1
3434
with:
3535
nuget_user: ${{ secrets.NUGET_USER }}

.github/workflows/release-drafter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414

1515
jobs:
1616
draft:
17-
uses: LayeredCraft/devops-templates/.github/workflows/release-drafter.yml@v10.0
17+
uses: LayeredCraft/devops-templates/.github/workflows/release-drafter.yml@v10.1
1818
with:
1919
event_name: ${{ github.event_name }}
2020
pr_draft: ${{ github.event.pull_request.draft == true }}

0 commit comments

Comments
 (0)