Skip to content

Commit 1c251ed

Browse files
dependabot[bot]wfscheper
authored andcommitted
build(deps): bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint). Updates `actions/checkout` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@3df4ab1...8ade135) Updates `reviewdog/action-actionlint` from 1.38.0 to 1.39.1 - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](reviewdog/action-actionlint@67ec075...82693e9) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: reviewdog/action-actionlint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 453a658 commit 1c251ed

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/actionlint.yaml

+2-2
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac
15+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
1616

1717
- name: Lint with actionlint
18-
uses: reviewdog/action-actionlint@67ec075cacebd361442f6e3ef7671f74c6548909
18+
uses: reviewdog/action-actionlint@82693e9e3b239f213108d6e412506f8b54003586

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
os: [ubuntu-latest, macOS-latest, windows-latest]
1717
steps:
1818
- name: Check out code
19-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
19+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
2020
with:
2121
fetch-depth: 0
2222

.github/workflows/golangci-lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
go-version: stable
1717

18-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
18+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
1919

2020
- name: Lint with golangci-lint
2121
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
go-version: stable
1717

1818
- name: Checkout
19-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
19+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
2020
with:
2121
fetch-depth: 0
2222

.github/workflows/tag.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out code
15-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
15+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
1616
with:
1717
fetch-depth: 0
1818

0 commit comments

Comments
 (0)