Skip to content

Commit c7b1f3c

Browse files
authored
V13 (#22)
* ci: update checkout & upload-artifact action versions * chore: bump version & supported shell-version
1 parent 937be4d commit c7b1f3c

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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

[email protected]/metadata.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
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",
1112
"uuid": "[email protected]",
12-
"version": 9999
13+
"version": 13
1314
}

0 commit comments

Comments
 (0)