File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ jobs:
1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v4
1515 - name : Install packages
1616 run : sudo apt-get update -y && sudo apt-get install -y gettext
1717 - name : build extension
1818 run : make
1919 - name : create zip package
2020 run : make package
2121 - name : store zip package artifact
22- uses : actions/upload-artifact@v2
22+ uses : actions/upload-artifact@v4
2323 with :
2424 name : gitlab-extension.zip
2525 path : _build/gitlab-extension.zip
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout code
14- uses : actions/checkout@v2
14+ uses : actions/checkout@v4
1515 - name : Install packages
1616 run : sudo apt-get update -y && sudo apt-get install -y gettext
1717 - name : build extension
Original file line number Diff line number Diff line change 55 "settings-schema" : " org.gnome.shell.extensions.gitlab" ,
66 "gettext-domain" : " gnome-shell-extension-gitlab" ,
77 "shell-version" : [
8- " 46"
8+ " 46" ,
9+ " 47"
910 ],
1011 "url" : " https://github.com/cinatic/gitlab-extension" ,
111212- "version" : 9999
13+ "version" : 13
1314}
You can’t perform that action at this time.
0 commit comments