Skip to content

Commit 6abce4a

Browse files
dependabot[bot]elasticdog
authored andcommitted
Bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [raven-actions/actionlint](https://github.com/raven-actions/actionlint) and [crate-ci/typos](https://github.com/crate-ci/typos). Updates `raven-actions/actionlint` from 2.1.1 to 2.1.2 - [Release notes](https://github.com/raven-actions/actionlint/releases) - [Commits](raven-actions/actionlint@e01d1ea...205b530) Updates `crate-ci/typos` from 1.42.3 to 1.44.0 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@06d010d...631208b) --- updated-dependencies: - dependency-name: raven-actions/actionlint dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: crate-ci/typos dependency-version: 1.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f7f8b7f commit 6abce4a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check-github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
persist-credentials: false
1919

2020
- name: Lint GitHub Actions workflow files
21-
uses: raven-actions/actionlint@e01d1ea33dd6a5ed517d95b4c0c357560ac6f518
21+
uses: raven-actions/actionlint@205b530c5d9fa8f44ae9ed59f341a0db994aa6f8
2222
with:
2323
group-result: false
2424

.github/workflows/check-spelling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
persist-credentials: false
1919

2020
- name: Check files for common misspellings
21-
uses: crate-ci/typos@06d010dfe4c84fdab1a25ea02b57b3585018ba80
21+
uses: crate-ci/typos@631208b7aac2daa8b707f55e7331f9112b0e062d
2222
with:
2323
files: "${{ inputs.files }}"

.github/workflows/preload-caches-actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Save latest actionlint into GitHub Actions cache
12-
uses: raven-actions/actionlint@e01d1ea33dd6a5ed517d95b4c0c357560ac6f518
12+
uses: raven-actions/actionlint@205b530c5d9fa8f44ae9ed59f341a0db994aa6f8
1313
with:
1414
group-result: false
1515
flags: -version

0 commit comments

Comments
 (0)