Skip to content

Commit a245092

Browse files
chore: bump actions/checkout from 4.1.0 to 4.1.1 (#41)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.0...v4.1.1) --- 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 d319929 commit a245092

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout repository
12-
uses: actions/[email protected].0
12+
uses: actions/[email protected].1
1313

1414
- name: Configure and build this project
1515
uses: threeal/[email protected]

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout repository
12-
uses: actions/[email protected].0
12+
uses: actions/[email protected].1
1313

1414
- name: Configure, build, and test this project
1515
uses: threeal/[email protected]
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout repository
30-
uses: actions/[email protected].0
30+
uses: actions/[email protected].1
3131

3232
- name: Configure and build this project
3333
uses: threeal/[email protected]
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: Checkout repository
43-
uses: actions/[email protected].0
43+
uses: actions/[email protected].1
4444

4545
- name: Install cmake-format
4646
run: pip3 install cmake-format

0 commit comments

Comments
 (0)