Skip to content

Commit 08d1902

Browse files
chore: bump actions/checkout from 6.0.1 to 6.0.2 (#148)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 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 40d9abb commit 08d1902

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
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-24.04
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v6.0.1
13+
uses: actions/checkout@v6.0.2
1414

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

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
cancel-in-progress: true
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v6.0.1
22+
uses: actions/checkout@v6.0.2
2323
with:
2424
fetch-depth: 0
2525

.github/workflows/test.yaml

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

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

0 commit comments

Comments
 (0)