File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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.6.9
28+ uses : dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.7.0
2929 if : needs.prepare_jobs.outputs.pr_found == 'false' || github.event_name == 'pull_request'
3030 permissions :
3131 contents : write
@@ -36,14 +36,14 @@ jobs:
3636 DRY_RUN : true
3737 build :
3838 name : Build
39- uses : dargmuesli/github-actions/.github/workflows/docker.yml@2.6.9
39+ uses : dargmuesli/github-actions/.github/workflows/docker.yml@2.7.0
4040 needs : release_semantic_dry
4141 permissions :
4242 packages : write
4343 release-semantic :
4444 needs : build
4545 name : Release (semantic)
46- uses : dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.6.9
46+ uses : dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.7.0
4747 permissions :
4848 contents : write
4949 secrets :
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.6.9
11+ uses : dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.7.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