Skip to content

Commit f04724b

Browse files
authored
Merge pull request #39 from buildkite-plugins/release/v1.7.0
Release v1.7.0
2 parents f0f69ba + 0b9b37e commit f04724b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ steps:
7373
- label: "Pipeline upload"
7474
command: "buildkite-agent pipeline upload"
7575
plugins:
76-
- sparse-checkout#v1.6.0:
76+
- sparse-checkout#v1.7.0:
7777
paths:
7878
- .buildkite
7979
```
@@ -87,7 +87,7 @@ steps:
8787
- label: "Build with full history"
8888
command: "make changelog"
8989
plugins:
90-
- sparse-checkout#v1.6.0:
90+
- sparse-checkout#v1.7.0:
9191
paths:
9292
- src
9393
- .buildkite
@@ -104,7 +104,7 @@ steps:
104104
- label: "Pipeline upload with clean checkout"
105105
command: "buildkite-agent pipeline upload"
106106
plugins:
107-
- sparse-checkout#v1.6.0:
107+
- sparse-checkout#v1.7.0:
108108
paths:
109109
- .buildkite
110110
clean_checkout: true
@@ -119,7 +119,7 @@ steps:
119119
- label: "Sparse build"
120120
command: "make build"
121121
plugins:
122-
- sparse-checkout#v1.6.0:
122+
- sparse-checkout#v1.7.0:
123123
paths:
124124
- src
125125
cleanup_sparse_state: true

0 commit comments

Comments
 (0)