Skip to content

Commit f509866

Browse files
chore(all): update all
1 parent 487baf0 commit f509866

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v3.5.3
17+
uses: actions/checkout@v4.0.0
1818

1919
- name: Set up Go
2020
uses: actions/[email protected]

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.18
55
require (
66
github.com/99designs/gqlgen v0.17.33
77
github.com/dgrijalva/jwt-go v3.2.0+incompatible
8-
github.com/go-chi/chi v4.1.2+incompatible
8+
github.com/go-chi/chi/v5 v5.0.10
99
github.com/go-sql-driver/mysql v1.7.1
1010
github.com/golang-migrate/migrate v3.5.4+incompatible
1111
github.com/vektah/gqlparser/v2 v2.5.3

0 commit comments

Comments
 (0)