Skip to content

Commit 57cbf56

Browse files
authored
Bump PAC to 1.45.3 (#1227)
Bump PAC to 1.45.3
1 parent e4a667f commit 57cbf56

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/PullRequest.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ jobs:
2828
with:
2929
lfs: true
3030

31+
- name: Setup .NET 9
32+
uses: actions/setup-dotnet@v4
33+
with:
34+
dotnet-version: '9.0.x'
35+
36+
- name: List installed .NET SDKs
37+
run: dotnet --list-sdks
38+
3139
- name: Setup Node.js environment
3240
uses: actions/setup-node@v3
3341
with:

gulpfile.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ async function snapshot() {
339339
}
340340
}
341341

342-
const cliVersion = '1.44.2';
342+
const cliVersion = '1.45.3';
343343

344344
const recompile = gulp.series(
345345
clean,

0 commit comments

Comments
 (0)