Skip to content

Commit 758b6fd

Browse files
authored
docs: bump current version in readme (#103)
1 parent c22bd1e commit 758b6fd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ concurrency:
6060
jobs:
6161
main:
6262
name: Nx Cloud - Main Job
63-
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.14.0
63+
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.15.0
6464
with:
6565
# NOTE: Here we are using the special `nx-cloud record` command to ensure that any commands we run that do not go through the cloud task runner natively
6666
# (i.e. anything that starts with `nx run`/`nx run-many`/`nx affected --target`), are still captured in the Nx Cloud UI and Github App comment for
@@ -74,7 +74,7 @@ jobs:
7474
7575
agents:
7676
name: Nx Cloud - Agents
77-
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.14.0
77+
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.15.0
7878
with:
7979
number-of-agents: 3
8080
```
@@ -109,15 +109,15 @@ concurrency:
109109
jobs:
110110
main:
111111
name: Nx Cloud - Main Job
112-
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.14.0
112+
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.15.0
113113
secrets:
114114
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
115115
NX_CLOUD_AUTH_TOKEN: ${{ secrets.NX_CLOUD_AUTH_TOKEN }}
116116
with: ...
117117
118118
agents:
119119
name: Nx Cloud - Agents
120-
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.14.0
120+
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.15.0
121121
secrets:
122122
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
123123
NX_CLOUD_AUTH_TOKEN: ${{ secrets.NX_CLOUD_AUTH_TOKEN }}
@@ -133,7 +133,7 @@ See the annotated configuration below for all explicitly supported secret values
133133
<!-- start configuration-options-for-the-main-job -->
134134

135135
```yaml
136-
- uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.14.0
136+
- uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.15.0
137137
# [OPTIONAL] Explicitly supported secret values which can be passed into the workflow from your outer workflow run.
138138
#
139139
# NOTE: You cannot access values from ${{ secrets }} beyond what is explicitly specified here because of the limitations of reusable Github workflows
@@ -264,7 +264,7 @@ See the annotated configuration below for all explicitly supported secret values
264264
<!-- start configuration-options-for-agent-jobs -->
265265
266266
```yaml
267-
- uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.14.0
267+
- uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.15.0
268268
# [OPTIONAL] Explicitly supported secret values which can be passed into the workflow from your outer workflow run.
269269
#
270270
# NOTE: You cannot access values from ${{ secrets }} beyond what is explicitly specified here because of the limitations of reusable Github workflows

0 commit comments

Comments
 (0)