Skip to content

Commit e217290

Browse files
authored
Merge branch 'main' into updatecli_main_75bba88f02d598aa1c677386f95e52cad73c9dfb05c65bf6bd87395d6e33aaca
2 parents c499224 + ff3c31f commit e217290

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/updatecli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: "Setup updatecli"
1616
uses: "updatecli/updatecli-action@d422ba543720d01a96d4c3e3ab8544cc188cd711" # v3.5.0
1717
with:
18-
version: "v0.119.0"
18+
version: "v0.120.0"
1919
- name: "Run updatecli"
2020
run: updatecli compose apply --clean-git-branches=true --experimental
2121
env:

.github/workflows/updatecli_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: "Setup updatecli"
1414
uses: "updatecli/updatecli-action@d422ba543720d01a96d4c3e3ab8544cc188cd711" # v3.5.0
1515
with:
16-
version: "v0.119.0"
16+
version: "v0.120.0"
1717
- name: "Test updatecli in dry-run mode"
1818
run: "updatecli compose diff"
1919
env:

.github/workflows/updatecli_update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: "Setup updatecli"
1818
uses: "updatecli/updatecli-action@d422ba543720d01a96d4c3e3ab8544cc188cd711" # v3.5.0
1919
with:
20-
version: "v0.119.0"
20+
version: "v0.120.0"
2121
- name: "Run updatecli only on existing pipelines"
2222
run: updatecli compose apply --clean-git-branches=true --existing-only=true --experimental
2323
env:

POLICIES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
| `ghcr.io/updatecli/policies/releasepost/releasepost:0.11.1` | releasepost is a release note town crier. It retrieves release notes from a third location, like a GitHub release, and then copy them locally to your directory of choice. This policy takes care of publishing any new file generated to a git repository. It creates one file per release note version and an index file. It can creates files using different formats like markdown, asciidoctor, or json. | [link](https://github.com/updatecli/policies/tree/main/./updatecli/policies/releasepost/releasepost/README.md) |
3737
| `ghcr.io/updatecli/policies/typos/githubaction:0.1.2` | Updatecli policy to scaffold a typos GitHub Action workflow. | [link](https://github.com/updatecli/policies/tree/main/./updatecli/policies/typos/githubaction/README.md) |
3838
| `ghcr.io/updatecli/policies/updatecli/autodiscovery:0.8.1` | Updatecli Autodiscovery | [link](https://github.com/updatecli/policies/tree/main/./updatecli/policies/updatecli/autodiscovery/README.md) |
39-
| `ghcr.io/updatecli/policies/updatecli/githubaction:0.9.0` | Automatically update the Updatecli version used by GitHub action workflows. | [link](https://github.com/updatecli/policies/tree/main/./updatecli/policies/updatecli/githubaction/README.md) |
39+
| `ghcr.io/updatecli/policies/updatecli/githubaction:0.9.1` | Automatically update the Updatecli version used by GitHub action workflows. | [link](https://github.com/updatecli/policies/tree/main/./updatecli/policies/updatecli/githubaction/README.md) |
4040
| `ghcr.io/updatecli/policies/zizmor/githubaction/scaffold:0.7.0` | Updatecli policy to scaffold a zizmor GitHub Action workflow. | [link](https://github.com/updatecli/policies/tree/main/./updatecli/policies/zizmor/githubaction/scaffold/README.md) |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
runs-on: ubuntu-latest
184184
steps:
185185
- uses: actions/checkout@v7.0.1
186-
- uses: updatecli/updatecli-action@v3.4.0
186+
- uses: updatecli/updatecli-action@v3.5.0
187187
- run: updatecli compose apply --file updatecli-compose.yaml
188188
env:
189189
UPDATECLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)