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]>
Co-authored-by: Alfi Maulana <[email protected]>
  • Loading branch information
dependabot[bot] and threeal authored Jul 3, 2024
1 parent 1e7d56f commit 805866f
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,13 +14,13 @@ jobs:
os: [windows, ubuntu, macos]
steps:
- name: Checkout Project
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
repository: threeal/cpp-starter
ref: v1.0.0

- name: Checkout Action
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
path: ctest-action
sparse-checkout: |
Expand All @@ -43,13 +43,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
repository: threeal/cpp-starter
ref: v1.0.0

- name: Checkout Action
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
path: ctest-action
sparse-checkout: |
Expand All @@ -74,13 +74,13 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout Project
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
repository: threeal/cpp-starter
ref: v1.0.0

- name: Checkout Action
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
path: ctest-action
sparse-checkout: |
Expand All @@ -104,7 +104,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
repository: threeal/cpp-starter
ref: v1.0.0
Expand All @@ -113,7 +113,7 @@ jobs:
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 805866f

Please sign in to comment.