Skip to content

Commit fbdf9e7

Browse files
updateclibot[bot]updatecli
andauthored
deps: bump Updatecli GitHub action to v2.76.0 (#862)
chore: deps: update Updatecli used by Github Action to v2.76.0 Made with ❤️️ by updatecli Co-authored-by: updatecli <[email protected]>
1 parent 5c9e5c0 commit fbdf9e7

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/updatecli.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,41 +11,34 @@ on:
1111
# Run once a day
1212
- cron: '*/10 * * * *'
1313
workflow_dispatch:
14-
1514
permissions:
1615
actions: write
1716
contents: write
1817
pull-requests: write
19-
2018
jobs:
2119
updatecli:
2220
runs-on: ubuntu-latest
2321
steps:
2422
- name: Checkout
2523
uses: actions/checkout@v4
26-
2724
- name: Set Node.js 20.x
2825
uses: actions/[email protected]
2926
with:
3027
node-version: 20
3128
cache: npm
32-
3329
- name: "Setup updatecli"
34-
uses: "updatecli/[email protected]"
35-
30+
uses: "updatecli/[email protected]"
3631
- name: "Run updatecli in dryrun"
3732
run: "updatecli compose diff"
3833
env:
3934
GITHUB_ACTOR: ${{ github.actor }}
4035
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41-
4236
- uses: tibdex/[email protected]
4337
id: generate_token
4438
if: github.ref == 'refs/heads/v2'
4539
with:
4640
app_id: ${{ secrets.UPDATECLIBOT_APP_ID }}
4741
private_key: ${{ secrets.UPDATECLIBOT_APP_PRIVKEY }}
48-
4942
- name: "Run updatecli"
5043
if: github.ref == 'refs/heads/v2'
5144
run: "updatecli compose apply"

0 commit comments

Comments
 (0)