Skip to content

Commit df6ab17

Browse files
dependabot[bot]glebarez
authored andcommitted
build(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 18bab9b commit df6ab17

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/badge-sqlite-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
go-version: 1.18
1818

1919
- name: Check out code into the Go module directory
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121

2222
- name: go mod package cache
2323
uses: actions/cache@v3

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
check-latest: true
2525
- run: go version
2626

27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828
- name: Test
2929
run: go test -v -cover .

.github/workflows/gorm-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
- run: go version
2727

2828
- name: Check out this repo
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030
with:
3131
path: sqlite
3232

3333
- name: Check out GORM repo
34-
uses: actions/checkout@v3
34+
uses: actions/checkout@v4
3535
with:
3636
repository: go-gorm/gorm
3737
path: gorm

0 commit comments

Comments
 (0)