Skip to content

Commit 2e6f72e

Browse files
chore: bump the github-actions group across 1 directory with 3 updates (#307)
Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) and [actions/setup-go](https://github.com/actions/setup-go). Updates `actions/checkout` from 6.0.0 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@1af3b93...de0fac2) Updates `reviewdog/action-actionlint` from 1.70.0 to 1.71.0 - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](reviewdog/action-actionlint@e58ee9d...0d952c5) Updates `actions/setup-go` from 6.2.0 to 6.3.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@7a3fe6c...4b73464) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: reviewdog/action-actionlint dependency-version: 1.71.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-go dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 64eb614 commit 2e6f72e

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/actionlint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
15+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1616

1717
- name: Lint with actionlint
18-
uses: reviewdog/action-actionlint@e58ee9d111489c31395fbe4857b0be6e7635dbda
18+
uses: reviewdog/action-actionlint@0d952c597ef8459f634d7145b0b044a9699e5e43

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
os: [ubuntu-latest, macOS-latest, windows-latest]
1717
steps:
1818
- name: Check out code
19-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
19+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2020
with:
2121
fetch-depth: 0
2222

2323
- name: Set up Go ${{ matrix.go_version }}
24-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5
24+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417
2525
with:
2626
go-version: ${{ matrix.go_version }}
2727

.github/workflows/golangci-lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
name: Run golangci-lint
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5
14+
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417
1515
with:
1616
go-version: stable
1717

18-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
18+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1919

2020
- name: Lint with golangci-lint
2121
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Set up Go
14-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5
14+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417
1515
with:
1616
go-version: stable
1717

1818
- name: Checkout
19-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
19+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2020
with:
2121
fetch-depth: 0
2222

.github/workflows/tag.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out code
15-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
15+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1616
with:
1717
fetch-depth: 0
1818

1919
- name: Set up Go
20-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5
20+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417
2121
with:
2222
go-version: stable
2323
cache: true

0 commit comments

Comments
 (0)