mirror of
https://github.com/glebarez/go-sqlite.git
synced 2026-04-23 16:20:02 +08:00
Merge pull request #18 from glebarez/dependabot/github_actions/actions/checkout-3
build(deps): bump actions/checkout from 2 to 3
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
||||
go-version: 1.17
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: go mod package cache
|
||||
uses: actions/cache@v2
|
||||
|
||||
Reference in New Issue
Block a user