File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ permissions:
1313
1414jobs :
1515 greetings :
16- uses : hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.24 .0
16+ uses : hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.26 .0
Original file line number Diff line number Diff line change 3838 url : ${{ steps.deployment.outputs.url }}
3939 steps :
4040 - id : deployment
41- uses : hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@0.8.0
41+ uses : hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@0.10.1
4242 with :
4343 build-path : application/build
4444 build-artifact-name : build
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ concurrency:
2626
2727jobs :
2828 main :
29- uses : hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.24 .0
29+ uses : hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.26 .0
3030 with :
3131 manual-commit-ref : ${{ inputs.manual-commit-ref }}
3232 manual-base-ref : ${{ inputs.manual-base-ref }}
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ permissions:
1313
1414jobs :
1515 main :
16- uses : hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.24 .0
16+ uses : hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.26 .0
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ permissions:
1010
1111jobs :
1212 main :
13- uses : hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.24 .0
13+ uses : hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.26 .0
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ jobs:
2525
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929 with :
3030 token : ${{ secrets.GITHUB_TOKEN }}
3131 fetch-depth : 0
3232
3333 - name : Setup Node.js
34- uses : actions/setup-node@v4
34+ uses : actions/setup-node@v5
3535 with :
3636 node-version : " 20"
3737 cache : " npm"
6161
6262 - name : Create Pull Request
6363 if : steps.changes.outputs.changed == 'true' && github.event_name == 'schedule'
64- uses : peter-evans/create-pull-request@v6
64+ uses : peter-evans/create-pull-request@v7
6565 with :
6666 token : ${{ secrets.GITHUB_TOKEN }}
6767 commit-message : " docs: update repository data from GitHub API"
You can’t perform that action at this time.
0 commit comments