Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and glebarez committed Oct 26, 2023
1 parent 18bab9b commit df6ab17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/badge-sqlite-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
go-version: 1.18

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

- name: go mod package cache
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
check-latest: true
- run: go version

- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Test
run: go test -v -cover .
4 changes: 2 additions & 2 deletions .github/workflows/gorm-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
- run: go version

- name: Check out this repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: sqlite

- name: Check out GORM repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: go-gorm/gorm
path: gorm
Expand Down

0 comments on commit df6ab17

Please sign in to comment.