Skip to content

Commit 934b5de

Browse files
authored
Merge branch 'master' into master
2 parents 9a5fe58 + 72d40a1 commit 934b5de

File tree

5 files changed

+188
-14
lines changed

5 files changed

+188
-14
lines changed

.github/workflows/updatecli.weekly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: "Install Updatecli"
2020
uses: "updatecli/updatecli-action@v2.94.0"
2121
with:
22-
version: "v0.110.0"
22+
version: "v0.110.2"
2323
# releasepost is required by the Updatecli
2424
# * policy ghcr.io/updatecli/policies/releasepost/releasepost
2525
- name: "Install Releasepost"

.github/workflows/updatecli.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ jobs:
2727
- name: "Install Updatecli"
2828
uses: "updatecli/updatecli-action@v2.94.0"
2929
with:
30-
version: "v0.110.0"
30+
version: "v0.110.2"
3131
- name: "Run updatecli in dryrun"
3232
run: "updatecli compose diff"
3333
env:
3434
GITHUB_ACTOR: ${{ github.actor }}
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
- name: "Run updatecli"
3737
if: github.ref == 'refs/heads/master'
38-
run: "updatecli compose apply"
38+
run: "updatecli compose apply --clean-git-branches=true"
3939
env:
4040
UPDATECLI_GITHUB_APP_CLIENT_ID: ${{ secrets.UPDATECLIBOT_APP_ID }}
4141
UPDATECLI_GITHUB_APP_PRIVATE_KEY: ${{ secrets.UPDATECLIBOT_APP_PRIVKEY }}

assets/code_example/docs/guides/npm/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/code_example/docs/guides/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"description": "An Updatecli guide for npm project",
55
"author": "Olivier Vernin",
66
"dependencies": {
7-
"axios": "^1.13.2"
7+
"axios": "^1.12.2"
88
}
99
}

0 commit comments

Comments
 (0)