Skip to content

Commit 4ac2975

Browse files
chore(deps): update github-actions
1 parent 248574e commit 4ac2975

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
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

@@ -80,7 +80,7 @@ jobs:
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

0 commit comments

Comments
 (0)