Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit ff306dc

Browse files
dependabot[bot]alexrp
authored andcommitted
Bump actions/checkout from 4.1.7 to 4.2.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.7...v4.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cd874cb commit ff306dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-24.04
2121
steps:
2222
- name: Clone repository
23-
uses: actions/checkout@v4.1.7
23+
uses: actions/checkout@v4.2.0
2424
with:
2525
fetch-depth: 0
2626
submodules: recursive

0 commit comments

Comments
 (0)