Skip to content

Commit ccbfd0e

Browse files
chore: bump actions/checkout from 4.1.7 to 4.2.0 (#204)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1f8272e commit ccbfd0e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
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.1.7
17+
uses: actions/checkout@v4.2.0
1818

1919
- name: Configure Project
2020
uses: threeal/[email protected]
@@ -42,7 +42,7 @@ jobs:
4242
os: [ubuntu-22.04, windows-2022]
4343
steps:
4444
- name: Checkout
45-
uses: actions/checkout@v4.1.7
45+
uses: actions/checkout@v4.2.0
4646

4747
- name: Configure Project
4848
uses: threeal/[email protected]
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-22.04
5959
steps:
6060
- name: Checkout
61-
uses: actions/checkout@v4.1.7
61+
uses: actions/checkout@v4.2.0
6262

6363
- name: Install Doxygen
6464
run: sudo apt-get install -y doxygen

.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.1.7
13+
uses: actions/checkout@v4.2.0
1414

1515
- name: Configure Project
1616
uses: threeal/[email protected]

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
cancel-in-progress: true
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v4.1.7
21+
uses: actions/checkout@v4.2.0
2222

2323
- name: Install Doxygen
2424
run: sudo apt-get install -y doxygen

.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.1.7
17+
uses: actions/checkout@v4.2.0
1818

1919
- name: Configure Project
2020
uses: threeal/[email protected]

0 commit comments

Comments
 (0)