File tree Expand file tree Collapse file tree 4 files changed +126
-79
lines changed
Expand file tree Collapse file tree 4 files changed +126
-79
lines changed Original file line number Diff line number Diff line change 2525 release_semantic_dry :
2626 needs : prepare_jobs
2727 name : Release (semantic, dry)
28- uses : dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.5.15
28+ uses : dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.5.20
2929 if : needs.prepare_jobs.outputs.pr_found == 'false' || github.event_name == 'pull_request'
3030 permissions :
3131 contents : write
3535 DRY_RUN : true
3636 build :
3737 name : Build
38- uses : dargmuesli/github-actions/.github/workflows/docker.yml@2.5.15
38+ uses : dargmuesli/github-actions/.github/workflows/docker.yml@2.5.20
3939 needs : release_semantic_dry
4040 permissions :
4141 packages : write
@@ -48,15 +48,15 @@ jobs:
4848 release_semantic :
4949 needs : build
5050 name : Release (semantic)
51- uses : dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.5.15
51+ uses : dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.5.20
5252 permissions :
5353 contents : write
5454 secrets :
5555 PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
5656 deploy :
5757 needs : build
5858 name : Deploy
59- uses : dargmuesli/github-actions/.github/workflows/deploy-cloudflare-pages.yml@2.5.15
59+ uses : dargmuesli/github-actions/.github/workflows/deploy-cloudflare-pages.yml@2.5.20
6060 permissions :
6161 contents : read
6262 deployments : write
Original file line number Diff line number Diff line change 88jobs :
99 release-schedule :
1010 name : " Release: Scheduled"
11- uses : dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.5.15
11+ uses : dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.5.20
1212 secrets :
1313 PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1414 with :
You can’t perform that action at this time.
0 commit comments