Skip to content

Commit f44c42d

Browse files
committed
Merge branch 'dev' of github.com:MSWS/TTT into dev
2 parents e47e856 + ba91bfb commit f44c42d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
1919
fetch-tags: true
@@ -51,7 +51,7 @@ jobs:
5151
contents: read
5252
pull-requests: write
5353
steps:
54-
- uses: actions/checkout@v5
54+
- uses: actions/checkout@v6
5555

5656
- name: Setup .NET
5757
uses: actions/setup-dotnet@v5

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
MAX_CHANGELOG_CHARS: "50000"
1919

2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
with:
2323
fetch-depth: 0
2424
fetch-tags: true

0 commit comments

Comments
 (0)