Skip to content

Commit 42a8e48

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 7841017 commit 42a8e48

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
@@ -13,7 +13,7 @@ permissions: write-all
1313
jobs:
1414
build:
1515
if: github.event.pull_request.draft == false
16-
uses: LayeredCraft/devops-templates/.github/workflows/pr-build.yaml@v10.0
16+
uses: LayeredCraft/devops-templates/.github/workflows/pr-build.yaml@v10.1
1717
with:
1818
solution: LayeredCraft.DynamoMapper.slnx
1919
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
@@ -18,7 +18,7 @@ permissions:
1818

1919
jobs:
2020
build:
21-
uses: LayeredCraft/devops-templates/.github/workflows/publish-preview.yml@v10.0
21+
uses: LayeredCraft/devops-templates/.github/workflows/publish-preview.yml@v10.1
2222
with:
2323
solution: LayeredCraft.DynamoMapper.slnx
2424
dotnetVersion: |
@@ -36,6 +36,6 @@ jobs:
3636
id-token: write
3737
contents: read
3838
steps:
39-
- uses: LayeredCraft/devops-templates/.github/actions/nuget-push@v10.0
39+
- uses: LayeredCraft/devops-templates/.github/actions/nuget-push@v10.1
4040
with:
4141
nuget_user: ${{ secrets.NUGET_USER }}

.github/workflows/publish-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99

1010
jobs:
1111
build:
12-
uses: LayeredCraft/devops-templates/.github/workflows/publish-release.yml@v10.0
12+
uses: LayeredCraft/devops-templates/.github/workflows/publish-release.yml@v10.1
1313
with:
1414
solution: LayeredCraft.DynamoMapper.slnx
1515
dotnetVersion: |
@@ -27,6 +27,6 @@ jobs:
2727
id-token: write
2828
contents: read
2929
steps:
30-
- uses: LayeredCraft/devops-templates/.github/actions/nuget-push@v10.0
30+
- uses: LayeredCraft/devops-templates/.github/actions/nuget-push@v10.1
3131
with:
3232
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)