Skip to content

Commit 32048ac

Browse files
dependabot[bot]ccoVeille
authored andcommitted
chore(deps): bump the all group across 1 directory with 2 updates
Bumps the all group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [errata-ai/vale-action](https://github.com/errata-ai/vale-action). Updates `actions/checkout` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.1...v4.2.2) Updates `errata-ai/vale-action` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/errata-ai/vale-action/releases) - [Commits](errata-ai/vale-action@v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: errata-ai/vale-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 53238a3 commit 32048ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/actions-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: checkout-action
10-
uses: actions/checkout@v4.2.1
10+
uses: actions/checkout@v4.2.2
1111
- name: actionlint
1212
uses: raven-actions/actionlint@v2.0.0

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
fail-fast: false
1111
steps:
1212
- name: checkout-action
13-
uses: actions/checkout@v4.2.1
13+
uses: actions/checkout@v4.2.2
1414

1515
- name: yamllint
1616
uses: ibiqlik/action-yamllint@v3
1717
# uses: reviewdog/action-yamllint@v1 # failed to detect errors...
1818

1919
- name: vale-action
20-
uses: errata-ai/vale-action@v2.1.0
20+
uses: errata-ai/vale-action@v2.1.1
2121

2222
- name: typos-action
2323
# uses: crate-ci/typos@v1.21.0

0 commit comments

Comments
 (0)