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:
glebarez
2022-03-10 20:22:26 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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