Skip to content

Commit cca0fce

Browse files
chore: bump actions/checkout from 4.1.4 to 4.1.5 (#175)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.4...v4.1.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb5b00a commit cca0fce

File tree

3 files changed

+6
-6
lines changed

3 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, windows]
1515
steps:
1616
- name: Checkout
17-
uses: actions/[email protected].4
17+
uses: actions/[email protected].5
1818

1919
- name: Configure Project
2020
uses: threeal/[email protected]
@@ -40,7 +40,7 @@ jobs:
4040
os: [ubuntu, windows]
4141
steps:
4242
- name: Checkout
43-
uses: actions/[email protected].4
43+
uses: actions/[email protected].5
4444

4545
- name: Configure Project
4646
uses: threeal/[email protected]
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ubuntu-latest
5656
steps:
5757
- name: Checkout
58-
uses: actions/[email protected].4
58+
uses: actions/[email protected].5
5959

6060
- name: Install Doxygen
6161
run: sudo apt-get install -y doxygen

.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/[email protected].4
21+
uses: actions/[email protected].5
2222

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

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/[email protected].4
13+
uses: actions/[email protected].5
1414

1515
- name: Configure Project
1616
uses: threeal/[email protected]
@@ -31,7 +31,7 @@ jobs:
3131
os: [ubuntu, windows]
3232
steps:
3333
- name: Checkout
34-
uses: actions/[email protected].4
34+
uses: actions/[email protected].5
3535

3636
- name: Configure Project
3737
uses: threeal/[email protected]

0 commit comments

Comments
 (0)