@@ -13,7 +13,7 @@ defaults:
1313
1414jobs :
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
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
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
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
0 commit comments