Skip to content

Commit 3931ee9

Browse files
committed
Update actions/checkout to v3
1 parent d2aae5a commit 3931ee9

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
os: [windows-2019, ubuntu-latest, macos-latest]
1818
steps:
1919
- name: Get the sources
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v3
2121
with:
2222
fetch-depth: 0
2323

GitVersion.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
branches:
2+
main:
3+
mode: ContinuousDelivery
4+
tag:
5+
increment: Patch
6+
prevent-increment-of-merged-branch-version: true
7+
track-merge-target: false
28
master:
39
mode: ContinuousDelivery
410
tag:

0 commit comments

Comments
 (0)