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@4e6e3d3fa4b81be372036d8ac7b14638d27be045 # 2.7 .0
31+ uses : dargmuesli/github-actions/.github/workflows/release-semantic.yml@714a68188444d710ffa3e9f35a05f6a9d420931d # 3.2 .0
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@4e6e3d3fa4b81be372036d8ac7b14638d27be045 # 2.7 .0
41+ uses : dargmuesli/github-actions/.github/workflows/docker.yml@714a68188444d710ffa3e9f35a05f6a9d420931d # 3.2 .0
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@4e6e3d3fa4b81be372036d8ac7b14638d27be045 # 2.7 .0
54+ uses : dargmuesli/github-actions/.github/workflows/release-semantic.yml@714a68188444d710ffa3e9f35a05f6a9d420931d # 3.2 .0
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@4e6e3d3fa4b81be372036d8ac7b14638d27be045 # 2.7 .0
62+ uses : dargmuesli/github-actions/.github/workflows/deploy-cloudflare-pages.yml@714a68188444d710ffa3e9f35a05f6a9d420931d # 3.2 .0
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@4e6e3d3fa4b81be372036d8ac7b14638d27be045 # 2.7 .0
14+ uses : dargmuesli/github-actions/.github/workflows/release-schedule.yml@714a68188444d710ffa3e9f35a05f6a9d420931d # 3.2 .0
1515 secrets :
1616 PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1717 with :
You can’t perform that action at this time.
0 commit comments