Skip to content

Commit 0c1eeef

Browse files
committed
update gh-action
1 parent 1a2a4a6 commit 0c1eeef

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/dotnetcore.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: windows-latest
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616
- run: git fetch --prune --unshallow
1717

1818
- name: Dump globals
@@ -26,13 +26,13 @@ jobs:
2626
GLOBAL_STEPS: ${{ toJson(steps) }}
2727

2828
- name: Install GitVersion
29-
uses: gittools/actions/gitversion/setup@v0.9.7
29+
uses: gittools/actions/gitversion/setup@v1.1.1
3030
with:
31-
versionSpec: '5.5.0'
31+
versionSpec: '5.12.0'
3232

3333
- name: Use GitVersion
3434
id: gitversion # step id used as reference for output values
35-
uses: gittools/actions/gitversion/execute@v0.9.7
35+
uses: gittools/actions/gitversion/execute@v1.1.1
3636

3737
- uses: actions/setup-java@v3
3838
with:

SqlBackupTools.sln

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{71E7863F-0717-4A94-94E7-41338BA249E0}"
1111
ProjectSection(SolutionItems) = preProject
1212
Directory.Build.props = Directory.Build.props
13+
.github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml
1314
global.json = global.json
1415
NuGet.Config = NuGet.Config
1516
EndProjectSection

0 commit comments

Comments
 (0)