File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5757 uses : pnpm/action-setup@v4
5858
5959 - name : 🧭 Setup Node
60- uses : actions/setup-node@v5
60+ uses : actions/setup-node@v6
6161 with :
6262 node-version : latest
6363
8080 - name : 📤 Commit updated lock file
8181 id : auto-commit-action-lock
8282 if : needs.permissions-check.outputs.has-permissions == 'true'
83- uses : stefanzweifel/git-auto-commit-action@v6
83+ uses : stefanzweifel/git-auto-commit-action@v7
8484 with :
8585 commit_message : Update lock file
8686 file_pattern : pnpm-lock.yaml
@@ -137,6 +137,6 @@ jobs:
137137
138138 - name : 📤 Commit lint fixes
139139 if : failure() && needs.permissions-check.outputs.has-permissions == 'true' && (steps.svelte-format.outcome == 'failure' || steps.prettier-eslint.outcome == 'failure')
140- uses : stefanzweifel/git-auto-commit-action@v6
140+ uses : stefanzweifel/git-auto-commit-action@v7
141141 with :
142142 commit_message : Fix lint
You can’t perform that action at this time.
0 commit comments