Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Generate app token
id: app-token
if: steps.metadata.outputs.update-type == 'version-update:semver-patch' || steps.metadata.outputs.update-type == 'version-update:semver-minor'
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
with:
app-id: ${{ secrets.DEPENDABOT_AUTOMERGE_APP_ID }}
private-key: ${{ secrets.DEPENDABOT_AUTOMERGE_PRIVATE_KEY }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
fetch-depth: 0

- name: Setup Python
uses: actions/setup-python@v6.3.0
uses: actions/setup-python@v7.0.0
with:
python-version-file: pyproject.toml

- name: Install uv
uses: astral-sh/setup-uv@v8.3.2
uses: astral-sh/setup-uv@v9.0.0
with:
enable-cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
permissions: write-all
jobs:
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: LayeredCraft.Cdk.Constructs.slnx
hasTests: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-title-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ permissions:

jobs:
validate:
uses: LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml@v10.1
uses: LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml@v10.3
4 changes: 2 additions & 2 deletions .github/workflows/publish-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# (e.g. release/net9) and wire up separate caller workflows targeting those branches.

build:
uses: LayeredCraft/devops-templates/.github/workflows/publish-preview.yml@v10.1
uses: LayeredCraft/devops-templates/.github/workflows/publish-preview.yml@v10.3
with:
solution: LayeredCraft.Cdk.Constructs.slnx
dotnetVersion: |
Expand All @@ -39,6 +39,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 }}
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
# (e.g. release/net9) and wire up separate caller workflows targeting those branches.

build:
uses: LayeredCraft/devops-templates/.github/workflows/publish-release.yml@v10.1
uses: LayeredCraft/devops-templates/.github/workflows/publish-release.yml@v10.3
with:
solution: LayeredCraft.Cdk.Constructs.slnx
dotnetVersion: |
Expand All @@ -30,6 +30,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 }}
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

jobs:
draft:
uses: LayeredCraft/devops-templates/.github/workflows/release-drafter.yml@v10.1
uses: LayeredCraft/devops-templates/.github/workflows/release-drafter.yml@v10.3
with:
event_name: ${{ github.event_name }}
pr_draft: ${{ github.event.pull_request.draft == true }}