Skip to content

Commit

Permalink
chore: bump actions/checkout from 4.1.4 to 4.1.5 (#39)
Browse files Browse the repository at this point in the history
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>
Co-authored-by: Alfi Maulana <[email protected]>
  • Loading branch information
dependabot[bot] and threeal authored May 15, 2024
1 parent b4f348a commit ae1c2e4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
os: [windows, ubuntu, macos]
steps:
- name: Checkout Project
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
repository: threeal/cpp-starter

- name: Checkout Action
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
path: ctest-action
sparse-checkout: |
Expand All @@ -42,12 +42,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
repository: threeal/cpp-starter

- name: Checkout Action
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
path: ctest-action
sparse-checkout: |
Expand All @@ -72,12 +72,12 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout Project
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
repository: threeal/cpp-starter

- name: Checkout Action
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
path: ctest-action
sparse-checkout: |
Expand All @@ -101,15 +101,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
repository: threeal/cpp-starter

- name: Modify Project
run: echo 'TEST_CASE("failing test") { CHECK(false); }' >> test/sequence_test.cpp

- name: Checkout Action
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
path: ctest-action
sparse-checkout: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].4
uses: actions/[email protected].5

- name: Configure and Build Project
uses: threeal/[email protected]
Expand Down

0 comments on commit ae1c2e4

Please sign in to comment.