Skip to content

Commit 08e5e15

Browse files
Bump actions/checkout from 2.4.0 to 3 (go-gorm#83)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.4.0...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fcd6039 commit 08e5e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
uses: actions/setup-go@v2.2.0
1414
with:
1515
go-version: 1.14
16-
- uses: actions/checkout@v2.4.0
16+
- uses: actions/checkout@v3
1717
- name: Test
1818
run: go test -v -cover .

0 commit comments

Comments
 (0)