Skip to content

Commit 89d0fa6

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 d99d21e commit 89d0fa6

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.Logging.CompactJsonFormatter.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
@@ -15,7 +15,7 @@ permissions:
1515

1616
jobs:
1717
build:
18-
uses: LayeredCraft/devops-templates/.github/workflows/publish-preview.yml@v10.0
18+
uses: LayeredCraft/devops-templates/.github/workflows/publish-preview.yml@v10.1
1919
with:
2020
solution: LayeredCraft.Logging.CompactJsonFormatter.slnx
2121
dotnetVersion: |
@@ -33,6 +33,6 @@ jobs:
3333
id-token: write
3434
contents: read
3535
steps:
36-
- uses: LayeredCraft/devops-templates/.github/actions/nuget-push@v10.0
36+
- uses: LayeredCraft/devops-templates/.github/actions/nuget-push@v10.1
3737
with:
3838
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.Logging.CompactJsonFormatter.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)