Skip to content

Commit

Permalink
Bump actions/checkout from 4.2.1 to 4.2.2
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@eef6144...11bd719)

---
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 Oct 23, 2024
1 parent 9a973a7 commit 45ba426
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
- name: shard 3 of 3
shard-index: 2
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: ${{ matrix.name }}
run: scripts/verify_tests_on_main.sh --shards 3 --shard-index ${{ matrix.shard-index }}
skp_generator_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: skp_generator
run: (cd skp_generator && ./build.sh)
windows_tests:
Expand All @@ -49,7 +49,7 @@ jobs:
- name: shard 5 of 5
shard-index: 4
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: ${{ matrix.name }}
run: scripts\verify_tests_on_main.bat --shards 5 --shard-index ${{ matrix.shard-index }}
macos_tests:
Expand All @@ -62,6 +62,6 @@ jobs:
- name: shard 2 of 2
shard-index: 1
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: ${{ matrix.name }}
run: scripts/verify_tests_on_main.sh --shards 2 --shard-index ${{ matrix.shard-index }}

0 comments on commit 45ba426

Please sign in to comment.