File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
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@1.3.9
28+ uses : dargmuesli/github-actions/.github/workflows/release-semantic.yml@1.4.0
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@1.3.9
38+ uses : dargmuesli/github-actions/.github/workflows/docker.yml@1.4.0
3939 needs : release_semantic_dry
4040 permissions :
4141 packages : write
@@ -46,15 +46,15 @@ jobs:
4646 release_semantic :
4747 needs : build
4848 name : Release (semantic)
49- uses : dargmuesli/github-actions/.github/workflows/release-semantic.yml@1.3.9
49+ uses : dargmuesli/github-actions/.github/workflows/release-semantic.yml@1.4.0
5050 permissions :
5151 contents : write
5252 secrets :
5353 PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
5454 deploy :
5555 needs : build
5656 name : Deploy
57- uses : dargmuesli/github-actions/.github/workflows/deploy-cloudflare-pages.yml@1.3.9
57+ uses : dargmuesli/github-actions/.github/workflows/deploy-cloudflare-pages.yml@1.4.0
5858 permissions :
5959 contents : read
6060 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@1.3.9
11+ uses : dargmuesli/github-actions/.github/workflows/release-schedule.yml@1.4.0
1212 secrets :
1313 PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1414 with :
You can’t perform that action at this time.
0 commit comments