Skip to content

Commit 08d6d1f

Browse files
build(deps): bump actions/checkout in the patch group (#27)
Bumps the patch group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.1.6 to 4.1.7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.6...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a3077f9 commit 08d6d1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
update:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/[email protected].6
13+
- uses: actions/[email protected].7
1414
with:
1515
fetch-depth: 0
1616
- uses: vrslev/[email protected]

.github/workflows/pre-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
pre-commit:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/[email protected].6
20+
- uses: actions/[email protected].7
2121
- uses: shivammathur/setup-php@v2
2222
with:
2323
php-version: '8.1'

0 commit comments

Comments
 (0)