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 2828 release_semantic_dry :
2929 needs : prepare_jobs
3030 name : Release (semantic, dry)
31- uses : dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.6.5
31+ uses : dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.6.6
3232 if : needs.prepare_jobs.outputs.pr_found == 'false' || github.event_name == 'pull_request'
3333 permissions :
3434 contents : write
3838 DRY_RUN : true
3939 build :
4040 name : Build
41- uses : dargmuesli/github-actions/.github/workflows/docker.yml@2.6.5
41+ uses : dargmuesli/github-actions/.github/workflows/docker.yml@2.6.6
4242 needs : release_semantic_dry
4343 permissions :
4444 packages : write
@@ -51,15 +51,15 @@ jobs:
5151 release_semantic :
5252 needs : build
5353 name : Release (semantic)
54- uses : dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.6.5
54+ uses : dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.6.6
5555 permissions :
5656 contents : write
5757 secrets :
5858 PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
5959 deploy :
6060 needs : build
6161 name : Deploy
62- uses : dargmuesli/github-actions/.github/workflows/deploy-cloudflare-pages.yml@2.6.5
62+ uses : dargmuesli/github-actions/.github/workflows/deploy-cloudflare-pages.yml@2.6.6
6363 permissions :
6464 contents : read
6565 deployments : write
Original file line number Diff line number Diff line change 1111jobs :
1212 release-schedule :
1313 name : " Release: Scheduled"
14- uses : dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.6.5
14+ uses : dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.6.6
1515 secrets :
1616 PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1717 with :
You can’t perform that action at this time.
0 commit comments