We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab82f6 commit 4dbf762Copy full SHA for 4dbf762
.github/workflows/tests.yml
@@ -64,16 +64,16 @@ jobs:
64
65
steps:
66
- name: Checkout repository
67
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
68
69
- name: Set up PHP
70
- uses: shivammathur/setup-php@c5fc0d8281aba02c7fda07d3a70cc5371548067d # v2.25.2
+ uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # v2.32.0
71
with:
72
php-version: '7.4'
73
coverage: none
74
75
- name: Install NodeJS
76
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
+ uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
77
78
node-version: 20
79
0 commit comments