Skip to content

Commit

Permalink
v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
akiyosi committed Aug 18, 2022
1 parent db032c1 commit 8eecb69
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
go-version: ${{ matrix.go-version }}

- name: Install Qt for linux
uses: jurplel/install-qt-action@v2
uses: jurplel/install-qt-action@v3
with:
version: ${{ matrix.qtversion }}
host: linux
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
go-version: ${{ matrix.go-version }}

- name: Install Qt for macOS
uses: jurplel/install-qt-action@v2
uses: jurplel/install-qt-action@v3
with:
version: ${{ matrix.qtversion }}
host: mac
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
go-version: ${{ matrix.go-version }}

- name: Install Qt for linux
uses: jurplel/install-qt-action@v2
uses: jurplel/install-qt-action@v3
with:
version: ${{ matrix.qtversion }}
host: linux
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
go-version: ${{ matrix.go-version }}

- name: Install Qt for linux
uses: jurplel/install-qt-action@v2
uses: jurplel/install-qt-action@v3
with:
version: ${{ matrix.qtversion }}
host: linux
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
go-version: ${{ matrix.go-version }}

- name: Install Qt for macOS
uses: jurplel/install-qt-action@v2
uses: jurplel/install-qt-action@v3
with:
version: ${{ matrix.qtversion }}
host: mac
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Goneovim

![test](https://github.com/akiyosi/goneovim/workflows/test/badge.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/akiyosi/goneovim)](https://goreportcard.com/report/github.com/akiyosi/goneovim)
![GitHub Releases](https://img.shields.io/github/downloads/akiyosi/goneovim/v0.6.2/total)
![GitHub Releases](https://img.shields.io/github/downloads/akiyosi/goneovim/v0.6.3/total)
[![Join the chat at https://gitter.im/goneovim/community](https://badges.gitter.im/goneovim/community.svg)](https://gitter.im/goneovim/community)

Goneovim is a Neovim GUI written in Go, using a [Qt binding for Go](https://github.com/therecipe/qt).
Expand Down

0 comments on commit 8eecb69

Please sign in to comment.