Skip to content

Commit 1771b4b

Browse files
authored
Merge branch 'master' into oracle-current-timestamp
2 parents c962d17 + c53ef0c commit 1771b4b

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
]
1010
},
1111
"gitreleasemanager.tool": {
12-
"version": "0.18.0",
12+
"version": "0.20.0",
1313
"commands": [
1414
"dotnet-gitreleasemanager"
1515
]

.github/workflows/GenerateAsyncCode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
repository: ${{ github.event.pull_request.head.repo.full_name }}
2020

2121
- name: Setup .NET
22-
uses: actions/setup-dotnet@v4
22+
uses: actions/setup-dotnet@v5
2323
with:
2424
dotnet-version: 8.0.x
2525

.github/workflows/NetCoreTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: ${{matrix.DB_INIT}}
6565

6666
- name: Set up .NET
67-
uses: actions/setup-dotnet@v4
67+
uses: actions/setup-dotnet@v5
6868
with:
6969
dotnet-version: 8.0.x
7070

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
version: '{build}'
22
image: Visual Studio 2022
3+
skip_branch_with_pr: true
34
environment:
45
matrix:
56
- DB: SqlServer2008

0 commit comments

Comments
 (0)