Skip to content

Commit a40e52a

Browse files
Bump the github-actions group across 1 directory with 3 updates (#65)
1 parent d2e8fba commit a40e52a

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
coverage: xdebug
3737

3838
- name: Set up Node.js
39-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
39+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
4040
with:
4141
node-version: '24'
4242
cache: 'npm'

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: vendor/bin/pint
2828

2929
- name: Commit Changes
30-
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0
30+
uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2.0
3131
with:
3232
commit_message: fix code style
3333
commit_options: '--no-verify'

.github/workflows/note.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
extensions: mbstring
2222

2323
- name: Setup Node
24-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
24+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
2525
with:
2626
node-version: '24'
2727
cache: 'npm'

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
coverage: xdebug
2828

2929
- name: Setup Node
30-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
30+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
3131
with:
3232
node-version: '24'
3333
cache: 'npm'

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
composer:
9-
uses: kawax/composer-workflow/.github/workflows/update.yml@b1ad2a4aa1d05fba8ce5c3590f486546a5c7c0fa # v1
9+
uses: kawax/composer-workflow/.github/workflows/update.yml@15c23237552697eacac7b32ef9f217906db85db3 # v1
1010
secrets:
1111
token: ${{ secrets.GITHUB_TOKEN }}
1212
npm:

0 commit comments

Comments
 (0)