Skip to content

Commit

Permalink
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 Sep 4, 2023
1 parent e001648 commit a6c813b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
go-version: '1.20.6'

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: git-sync

Expand All @@ -38,7 +38,7 @@ jobs:
with:
go-version: '1.20.6'

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: git-sync

Expand All @@ -55,7 +55,7 @@ jobs:
with:
go-version: '1.20.6'

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: git-sync

Expand Down

0 comments on commit a6c813b

Please sign in to comment.