Skip to content

Commit 3edce07

Browse files
authored
update (#1307)
1 parent 901eee3 commit 3edce07

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/code-quality.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@v3
3535
with:
3636
repository: mosaicml/ci-testing
37-
ref: v0.0.5
37+
ref: v0.0.8
3838
path: ./ci-testing
3939
- uses: ./ci-testing/.github/actions/code-quality
4040
with:

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v3
1717
with:
1818
repository: mosaicml/ci-testing
19-
ref: v0.0.5
19+
ref: v0.0.8
2020
path: ./ci-testing
2121
- uses: ./ci-testing/.github/actions/coverage
2222
with:

.github/workflows/pr-cpu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
1616
jobs:
1717
pytest-cpu:
18-
uses: mosaicml/ci-testing/.github/workflows/[email protected].5
18+
uses: mosaicml/ci-testing/.github/workflows/[email protected].8
1919
strategy:
2020
matrix:
2121
include:

.github/workflows/smoketest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@v3
3333
with:
3434
repository: mosaicml/ci-testing
35-
ref: v0.0.5
35+
ref: v0.0.8
3636
path: ./ci-testing
3737
- uses: ./ci-testing/.github/actions/smoketest
3838
with:

0 commit comments

Comments
 (0)