Skip to content

Commit 8247a53

Browse files
authored
Merge pull request #312 from WordPress/dependabot/github_actions/github-actions-d000994b56
Bump the github-actions group across 1 directory with 3 updates
2 parents eed7eb3 + ab8412c commit 8247a53

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/props-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
format: 'git'
7777

7878
- name: Remove the props-bot label
79-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
79+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
8080
if: ${{ github.event.action == 'labeled' && 'props-bot' == github.event.label.name }}
8181
with:
8282
retries: 2

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ jobs:
6767
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6868

6969
- name: Set up PHP
70-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # v2.36.0
70+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.37.0
7171
with:
7272
php-version: '7.4'
7373
coverage: none
7474

7575
- name: Install NodeJS
76-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
76+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
7777
with:
7878
node-version: 20
7979

0 commit comments

Comments
 (0)