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

Commit f3402af

Browse files
dependabot[bot]alexrp
authored andcommitted
Bump actions/checkout from 4.2.1 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.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.2.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4179c1a commit f3402af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
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/[email protected].1
19+
uses: actions/[email protected].2
2020
with:
2121
fetch-depth: 0
2222
submodules: recursive

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
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/[email protected].1
30+
uses: actions/[email protected].2
3131
with:
3232
fetch-depth: 0
3333
submodules: recursive

0 commit comments

Comments
 (0)