Skip to content

Commit d5d18a4

Browse files
Repo File Sync: Update to patina-devops v0.3.9 (#79)
synced local file(s) with [OpenDevicePartnership/patina-devops](https://github.com/OpenDevicePartnership/patina-devops). πŸ€–: View the [Repo File Sync Configuration File](https://github.com/OpenDevicePartnership/patina-devops/blob/main/.sync/Files.yml) to see how files are synced. --- This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#22871908419](https://github.com/OpenDevicePartnership/patina-devops/actions/runs/22871908419) Signed-off-by: Patina Automation Bot <patina@microsoft.com> Co-authored-by: patina-automation[bot] <196234736+patina-automation[bot]@users.noreply.github.com>
1 parent c144201 commit d5d18a4

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

β€Ž.github/workflows/ci-workflow.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ concurrency:
3636
jobs:
3737
ci_workflow:
3838
name: Run
39-
uses: OpenDevicePartnership/patina-devops/.github/workflows/CiWorkflow.yml@v0.3.8
39+
uses: OpenDevicePartnership/patina-devops/.github/workflows/CiWorkflow.yml@v0.3.9
4040
with:
4141
build-tasks: build,build-x64,build-aarch64
4242
run-cargo-vet: false

β€Ž.github/workflows/crate-version-update.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828
jobs:
2929
crate-version-update-pr:
3030
name: Run
31-
uses: OpenDevicePartnership/patina-devops/.github/workflows/CrateVersionUpdater.yml@v0.3.8
31+
uses: OpenDevicePartnership/patina-devops/.github/workflows/CrateVersionUpdater.yml@v0.3.9
3232
with:
3333
ignore-prefix: v
3434
create-pr: ${{ github.event_name == 'workflow_dispatch' }}

β€Ž.github/workflows/label-issues.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
contents: read
3737
pull-requests: write
3838

39-
uses: OpenDevicePartnership/patina-devops/.github/workflows/Labeler.yml@v0.3.8
39+
uses: OpenDevicePartnership/patina-devops/.github/workflows/Labeler.yml@v0.3.9
4040
secrets: inherit

β€Ž.github/workflows/label-sync.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
permissions:
2929
issues: write
3030

31-
uses: OpenDevicePartnership/patina-devops/.github/workflows/LabelSyncer.yml@v0.3.8
31+
uses: OpenDevicePartnership/patina-devops/.github/workflows/LabelSyncer.yml@v0.3.9
3232
secrets: inherit

β€Ž.github/workflows/triage-issues.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
contents: read
2424
issues: write
2525

26-
uses: OpenDevicePartnership/patina-devops/.github/workflows/IssueTriager.yml@v0.3.8
26+
uses: OpenDevicePartnership/patina-devops/.github/workflows/IssueTriager.yml@v0.3.9
2727
secrets: inherit

β€Ž.github/workflows/update-release-draft.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
contents: write
3030
pull-requests: write
3131

32-
uses: OpenDevicePartnership/patina-devops/.github/workflows/UpdateReleaseDraft.yml@v0.3.8
32+
uses: OpenDevicePartnership/patina-devops/.github/workflows/UpdateReleaseDraft.yml@v0.3.9
3333
secrets: inherit

0 commit comments

Comments
Β (0)