Skip to content

Commit 1994b3b

Browse files
build(deps): bump the actions-patch-minor group across 1 directory with 2 updates (#59)
Bumps the actions-patch-minor group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action). Updates `actions/checkout` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.2...v6.0.3) Updates `goreleaser/goreleaser-action` from 7.2.1 to 7.2.2 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@v7.2.1...v7.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-patch-minor - dependency-name: goreleaser/goreleaser-action dependency-version: 7.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-patch-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d2370bb commit 1994b3b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout Code
20-
uses: actions/checkout@v6.0.2
20+
uses: actions/checkout@v6.0.3
2121
- name: Run markdownlint-cli
2222
uses: nosborn/github-action-markdown-cli@v3.5.0
2323
with:
@@ -27,7 +27,7 @@ jobs:
2727
golang-lint:
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v6.0.2
30+
- uses: actions/checkout@v6.0.3
3131
- uses: actions/setup-go@v6.4.0
3232
with:
3333
go-version-file: "go.mod"
@@ -48,7 +48,7 @@ jobs:
4848
- "1.25"
4949
- "1.26"
5050
steps:
51-
- uses: actions/checkout@v6.0.2
51+
- uses: actions/checkout@v6.0.3
5252
- name: Set up Go
5353
uses: actions/setup-go@v6.4.0
5454
with:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v6.0.2
17+
uses: actions/checkout@v6.0.3
1818
with:
1919
fetch-depth: 0
2020

@@ -39,7 +39,7 @@ jobs:
3939
repositories: homebrew-tap
4040

4141
- name: Run GoReleaser
42-
uses: goreleaser/goreleaser-action@v7.2.1
42+
uses: goreleaser/goreleaser-action@v7.2.2
4343
with:
4444
version: "~> v2"
4545
args: release --clean --release-notes /tmp/release-notes.md

0 commit comments

Comments
 (0)