File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
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.3.16
28+ uses : dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.5.1
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.3.16
38+ uses : dargmuesli/github-actions/.github/workflows/docker.yml@2.5.1
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.3.16
51+ uses : dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.5.1
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.3.16
59+ uses : dargmuesli/github-actions/.github/workflows/deploy-cloudflare-pages.yml@2.5.1
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.3.16
11+ uses : dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.5.1
1212 secrets :
1313 PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1414 with :
Original file line number Diff line number Diff line change 33 "engines" : {
44 "node" : " 22"
55 },
6- "packageManager" : " pnpm@10.2.1 " ,
6+ "packageManager" : " pnpm@10.3.0 " ,
77 "scripts" : {
88 "prepare" : " husky"
99 },
You can’t perform that action at this time.
0 commit comments