Skip to content

Commit 4285d6d

Browse files
dependabot[bot]stanislavbebej
authored andcommitted
fix(deps): bump the actions-deps group with 2 updates
Bumps the actions-deps group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/cache](https://github.com/actions/cache). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2c3c3d1 commit 4285d6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pre-commit-run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
timeout-minutes: 5
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@v7
2828

2929
- name: Evaluate branch name
3030
id: ref
@@ -51,7 +51,7 @@ jobs:
5151
run: pip install pre-commit
5252

5353
- name: Add cache
54-
uses: actions/cache@v5
54+
uses: actions/cache@v6
5555
with:
5656
path: ~/.cache/pre-commit
5757
key: ${{ runner.os }}-pre-commit-${{ hashFiles('**/.pre-commit-config.yaml') }}

0 commit comments

Comments
 (0)