Skip to content

Commit

Permalink
Bump the ci-cd-dependencies group with 1 update
Browse files Browse the repository at this point in the history
Bumps the ci-cd-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout).

- [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
  dependency-group: ci-cd-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
1 parent 1f855cc commit dccc88f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
go: ['1.19.x', '1.20.x', '1.21.x']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build with Go ${{ matrix.go }}
uses: actions/setup-go@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
go: ['1.19.x', '1.20.x', '1.21.x']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Lint in Go ${{ matrix.go }}
uses: actions/setup-go@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Notify pkg.dev of new version
run: curl "https://proxy.golang.org/github.com/stscoundrel/PROJECT-NAME/@v/${{ github.ref_name }}.info"
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
go: ['1.19.x', '1.20.x', '1.21.x']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Test in Go ${{ matrix.go }}
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit dccc88f

Please sign in to comment.