Skip to content

Commit 0614d93

Browse files
committed
Merge branch 'main' of github.com:Shadowsocks-NET/Aurum
2 parents 348b744 + 9cf28df commit 0614d93

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.config/dotnet-tools.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
]
1616
},
1717
"fantomas": {
18-
"version": "6.1.0",
18+
"version": "6.2.0",
1919
"commands": [
2020
"fantomas"
2121
]

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
os: [ubuntu-latest, windows-latest, macOS-latest]
2121

2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424

2525
- name: Setup .NET Core
2626
uses: actions/setup-dotnet@v3

.github/workflows/publish-github.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818

1919
- name: Setup .NET Core
2020
uses: actions/setup-dotnet@v3

.github/workflows/publish-myget.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818

1919
- name: Setup .NET Core
2020
uses: actions/setup-dotnet@v3

0 commit comments

Comments
 (0)