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 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.1
31+ uses : dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.6.2
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.1
41+ uses : dargmuesli/github-actions/.github/workflows/docker.yml@2.6.2
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.1
54+ uses : dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.6.2
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.1
62+ uses : dargmuesli/github-actions/.github/workflows/deploy-cloudflare-pages.yml@2.6.2
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.1
14+ uses : dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.6.2
1515 secrets :
1616 PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1717 with :
Original file line number Diff line number Diff line change 33 "engines" : {
44 "node" : " 22"
55 },
6- "packageManager" : " pnpm@10.14 .0" ,
6+ "packageManager" : " pnpm@10.15 .0" ,
77 "pnpm" : {
88 "ignoredBuiltDependencies" : [
99 " @parcel/watcher" ,
You can’t perform that action at this time.
0 commit comments