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 50024db + efdeae3 commit 3fa2077Copy full SHA for 3fa2077
.github/workflows/deploy.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Checkout code
14
uses: actions/checkout@v2
15
- name: Setup PHP with composer v2
16
- uses: shivammathur/setup-php@v2
+ uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1
17
with:
18
php-version: '7.4'
19
tools: composer:v2
@@ -33,7 +33,7 @@ jobs:
33
./deploy.sh --build-only -s ${{ github.event.inputs.version }}
34
- name: Deploy to GitHub Pages
35
if: success()
36
- uses: crazy-max/ghaction-github-pages@v2
+ uses: crazy-max/ghaction-github-pages@59173cb633d9a3514f5f4552a6a3e62c6710355c # v2
37
env:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
0 commit comments