Skip to content

Commit

Permalink
chore: bump actions/checkout from 4.1.6 to 4.1.7
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.6...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 12, 2024
1 parent b664e5b commit 094ae47
Showing 1 changed file with 8 additions and 8 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].6
uses: actions/[email protected].7
with:
repository: threeal/cpp-starter

- name: Checkout Action
uses: actions/[email protected].6
uses: actions/[email protected].7
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].6
uses: actions/[email protected].7
with:
repository: threeal/cpp-starter

- name: Checkout Action
uses: actions/[email protected].6
uses: actions/[email protected].7
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].6
uses: actions/[email protected].7
with:
repository: threeal/cpp-starter

- name: Checkout Action
uses: actions/[email protected].6
uses: actions/[email protected].7
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].6
uses: actions/[email protected].7
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].6
uses: actions/[email protected].7
with:
path: ctest-action
sparse-checkout: |
Expand Down

0 comments on commit 094ae47

Please sign in to comment.