Skip to content

Commit 75a7d8e

Browse files
committed
Merge branch 'master' into monitoring_store
2 parents 4db6496 + 6af58b4 commit 75a7d8e

File tree

22 files changed

+834
-357
lines changed

22 files changed

+834
-357
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
runs-on: windows-latest
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v5.0.1
20+
uses: actions/checkout@v6.0.0
2121
with:
2222
fetch-depth: 0
2323
- name: Setup .NET SDK
24-
uses: actions/[email protected].0
24+
uses: actions/[email protected].1
2525
with:
2626
dotnet-version: 7.0.x
2727
- name: Set up Node.js

.github/workflows/push-container-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
shell: pwsh
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v5.0.1
18+
uses: actions/checkout@v6.0.0
1919
- name: Validate build version
2020
id: validate
2121
uses: ./.github/actions/validate-version

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
SECRETS_AVAILABLE: ${{ secrets.SECRETS_AVAILABLE }}
2424
run: exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
2525
- name: Checkout
26-
uses: actions/checkout@v5.0.1
26+
uses: actions/checkout@v6.0.0
2727
with:
2828
fetch-depth: 0
2929
- name: Setup .NET SDK
30-
uses: actions/[email protected].0
30+
uses: actions/[email protected].1
3131
with:
3232
dotnet-version: 7.0.x
3333
- name: Set up Node.js
@@ -114,11 +114,11 @@ jobs:
114114
SECRETS_AVAILABLE: ${{ secrets.SECRETS_AVAILABLE }}
115115
run: exit $(If ($env:SECRETS_AVAILABLE -eq 'true') { 0 } Else { 1 })
116116
- name: Checkout
117-
uses: actions/checkout@v5.0.1
117+
uses: actions/checkout@v6.0.0
118118
with:
119119
fetch-depth: 0
120120
- name: Setup .NET SDK
121-
uses: actions/[email protected].0
121+
uses: actions/[email protected].1
122122
with:
123123
global-json-file: global.json
124124
- name: Install MinVer CLI

0 commit comments

Comments
 (0)