Skip to content

Commit d69e49d

Browse files
authored
Merge branch 'main' into copilot/add-wp-plugin-download-command
2 parents 63e01ad + b448f39 commit d69e49d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
24+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2525
with:
2626
persist-credentials: false
2727

@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Set up PHP environment
3333
if: steps.check_composer_file.outputs.files_exists == 'true'
34-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2
34+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # v2
3535
with:
3636
php-version: 'latest'
3737
ini-values: zend.assertions=1, error_reporting=-1, display_errors=On

0 commit comments

Comments
 (0)