Skip to content

Commit b47cf43

Browse files
authored
Merge pull request #14 from cmderdev/master
Sync with master
2 parents 4129084 + 5e219fe commit b47cf43

File tree

3 files changed

+11
-69
lines changed

3 files changed

+11
-69
lines changed

Diff for: .github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
build:
3131
name: Build Project
3232
runs-on: windows-latest
33-
33+
permissions:
34+
contents: write
35+
discussions: write
3436
steps:
3537
- name: Check out repository code (Action from GitHub)
3638
uses: actions/checkout@v3

Diff for: appveyor.yml

-60
This file was deleted.

Diff for: vendor/sources.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
[
22
{
33
"name": "git-for-windows",
4-
"version": "2.40.1.windows.1",
5-
"url": "https://github.com/git-for-windows/git/releases/download/v2.40.1.windows.1/PortableGit-2.40.1-64-bit.7z.exe"
4+
"version": "2.41.0.windows.3",
5+
"url": "https://github.com/git-for-windows/git/releases/download/v2.41.0.windows.3/PortableGit-2.41.0.3-64-bit.7z.exe"
66
},
77
{
88
"name": "clink",
9-
"version": "1.4.24",
10-
"url": "https://github.com/chrisant996/clink/releases/download/v1.4.24/clink.1.4.24.688975.zip"
9+
"version": "1.5.1",
10+
"url": "https://github.com/chrisant996/clink/releases/download/v1.5.1/clink.1.5.1.1e9e51.zip"
1111
},
1212
{
1313
"name": "conemu-maximus5",
14-
"version": "22.12.18",
15-
"url": "https://github.com/Maximus5/ConEmu/releases/download/v22.12.18/ConEmuPack.221218.7z"
14+
"version": "23.07.24",
15+
"url": "https://github.com/Maximus5/ConEmu/releases/download/v23.07.24/ConEmuPack.230724.7z"
1616
},
1717
{
1818
"name": "clink-completions",
19-
"version": "0.4.8",
20-
"url": "https://github.com/vladimir-kotikov/clink-completions/archive/v0.4.8.zip"
19+
"version": "0.4.10",
20+
"url": "https://github.com/vladimir-kotikov/clink-completions/archive/v0.4.10.zip"
2121
}
2222
]

0 commit comments

Comments
 (0)