We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9ae025 + 876b7c8 commit 8a8d994Copy full SHA for 8a8d994
.github/workflows/lint-checker-php.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
23
- name: Checkout
24
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
25
26
- name: Setup PHP
27
uses: shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f # v2.35.3
.github/workflows/publish-package.yml
@@ -7,7 +7,7 @@ jobs:
7
publish:
8
runs-on: ubuntu-latest
9
10
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
11
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
12
with:
13
node-version: 18
0 commit comments