Skip to content

Commit 913f9cb

Browse files
chore: bump actions/checkout from 4.2.1 to 4.2.2 (#188)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fecdbf0 commit 913f9cb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
os: [ubuntu-22.04, windows-2022]
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4.2.1
17+
uses: actions/checkout@v4.2.2
1818

1919
- name: Configure Project
2020
uses: threeal/cmake-action@v2.0.0

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-22.04
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v4.2.1
13+
uses: actions/checkout@v4.2.2
1414

1515
- name: Configure Project
1616
uses: threeal/cmake-action@v2.0.0

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
os: [ubuntu-22.04, windows-2022]
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4.2.1
17+
uses: actions/checkout@v4.2.2
1818

1919
- name: Configure Project
2020
uses: threeal/cmake-action@v2.0.0

0 commit comments

Comments
 (0)