Skip to content

Commit d1e00c5

Browse files
authored
Merge pull request #1939 from opensafely/update-project-version
Update project.yaml version in examples
2 parents 06abfa6 + 6335b27 commit d1e00c5

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/actions-pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ It is written using a configuration format called [YAML](https://yaml.org/), whi
2828
A simple example of a `project.yaml` is as follows:
2929

3030
```yaml
31-
version: "4.0"
31+
version: "5.0"
3232

3333
actions:
3434
generate_dataset:

docs/case-control-studies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ There are five steps to undertaking a [case-control study](https://en.wikipedia.
3535
To begin with, our [`project.yaml`](actions-pipelines.md) looks like this:
3636

3737
```yaml
38-
version: '4.0'
38+
version: '5.0'
3939

4040
actions:
4141
# Extract data for the cases

docs/getting-started/tutorial/add-a-scripted-action-to-the-pipeline/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ This code reads the CSV of patient data, and saves a histogram of ages to a new
6767
=== "Python"
6868

6969
```yaml linenums="1" hl_lines="10 11 12 13 14 15"
70-
version: "4.0"
70+
version: "5.0"
7171

7272
actions:
7373
generate_dataset:
@@ -87,7 +87,7 @@ This code reads the CSV of patient data, and saves a histogram of ages to a new
8787
=== "R"
8888

8989
```yaml linenums="1" hl_lines="10 11 12 13 14 15"
90-
version: "4.0"
90+
version: "5.0"
9191

9292
actions:
9393
generate_dataset:

docs/getting-started/tutorial/run-the-project-pipeline/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ open the `project.yaml` file by clicking on it. This file will be near the end o
2424
You should see a tab with the following content:
2525

2626
```yaml linenums="1" hl_lines="5"
27-
version: "4.0"
27+
version: "5.0"
2828
2929
actions:
3030
generate_dataset:

0 commit comments

Comments
 (0)