Skip to content

Commit 240cc6b

Browse files
build(deps): bump actions/checkout in the github-actions-all group (#3)
Bumps the github-actions-all group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.1.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.1.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bbe1ce2 commit 240cc6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/general.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- testing-type: lint-git
1414
runs-on: ubuntu-24.04
1515
steps:
16-
- uses: actions/checkout@v4.1.1
16+
- uses: actions/checkout@v4.2.2
1717
- uses: schubergphilis/[email protected]
1818
with:
1919
testing-type: ${{ matrix.args.testing-type }}

0 commit comments

Comments
 (0)