Skip to content

Commit 308a3f9

Browse files
authored
Merge branch 'master' into standard-seq
2 parents 1d3818a + a65e33f commit 308a3f9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defaults:
1313

1414
jobs:
1515
PythonLint:
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-22.04
1717
container: 'puremourning/vimspector:test-x86_64'
1818
steps:
1919
- uses: actions/checkout@v3
@@ -22,7 +22,7 @@ jobs:
2222
- name: 'Run flake8'
2323
run: '$HOME/.local/bin/flake8 python3/ *.py'
2424
VimscriptLint:
25-
runs-on: 'ubuntu-20.04'
25+
runs-on: 'ubuntu-22.04'
2626
container: 'puremourning/vimspector:test-x86_64'
2727
steps:
2828
- uses: actions/checkout@v3
@@ -32,7 +32,7 @@ jobs:
3232
run: $HOME/.local/bin/vint autoload/ compiler/ plugin/ tests/ syntax/
3333

3434
Linux:
35-
runs-on: 'ubuntu-20.04'
35+
runs-on: 'ubuntu-22.04'
3636
container:
3737
image: 'puremourning/vimspector:test-x86_64'
3838
options: --cap-add=SYS_PTRACE --security-opt seccomp=unconfined
@@ -53,7 +53,7 @@ jobs:
5353
go install github.com/go-delve/delve/cmd/dlv@latest
5454
name: 'Install Delve for Go'
5555
56-
- uses: actions/cache@v2
56+
- uses: actions/cache@v4
5757
with:
5858
key: v1-gadgets-${{ runner.os }}-${{ hashFiles( 'python3/vimspector/gadgets.py' ) }}
5959
path: gadgets/linux/download
@@ -136,7 +136,7 @@ jobs:
136136
go build
137137
name: 'Build the process lister'
138138
139-
- uses: actions/cache@v2
139+
- uses: actions/cache@v4
140140
with:
141141
key: v1-gadgets-${{ runner.os }}-${{ hashFiles( 'python3/vimspector/gadgets.py' ) }}
142142
path: gadgets/macos/download

python3/vimspector/gadgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@
353353
gadget ),
354354
'all': {
355355
'path': 'github.com/go-delve/delve/cmd/dlv',
356-
'version': '1.23.1',
356+
'version': '1.25.1',
357357
},
358358
'adapters': {
359359
"delve": {

0 commit comments

Comments
 (0)