Skip to content

Commit 2612f21

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 c347737 commit 2612f21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-24.04
1717
steps:
1818
- name: Clone repository
19-
uses: actions/checkout@v4.1.7
19+
uses: actions/checkout@v4.2.0
2020
with:
2121
fetch-depth: 0
2222
submodules: recursive

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-24.04
2828
steps:
2929
- name: Clone repository
30-
uses: actions/checkout@v4.1.7
30+
uses: actions/checkout@v4.2.0
3131
with:
3232
fetch-depth: 0
3333
submodules: recursive

0 commit comments

Comments
 (0)